IDebugProperty::GetPropertyInfo
Gets the value of an IDebugProperty
that describes a method or an indexed property.
Syntax
HRESULT GetPropertyInfo (
DBGPROP_INFO_FLAGSdwFields,
UINT nRadix,
DebugPropertyInfo* pPropertyInfo
);
Parameters
dwFields
[in] Specifies the DBGPROP_INFO_FLAGS
constants that determine the fields to be filled out in the DebugPropertyInfo
structure.
nRadix
[in] Radix to be used in formatting any numerical information.
pPropertyInfo
[out] Returns the DebugPropertyInfo
structure that describes the property.
Return Value
Returns a valid HRESULT
, typically S_OK
.
See also
IDebugProperty Interface
DBGPROP_INFO_FLAGS
DebugPropertyInfo Structure