IDebugProcessQueryProperties.QueryProperty(UInt32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int QueryProperty(System::UInt32 dwPropType, [Runtime::InteropServices::Out] System::Object ^ % pvarPropValue);
public int QueryProperty(uint dwPropType, out object pvarPropValue);
abstract member QueryProperty : uint32 * obj -> int
Public Function QueryProperty (dwPropType As UInteger, ByRef pvarPropValue As Object) As Integer
Parameters
- dwPropType
- UInt32
- pvarPropValue
- Object