Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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