IDebugExtendedProperty::GetExtendedPropertyInfo
Fetches extended information for an extended property, which is more information than the simpler IDebugProperty
.
Syntax
HRESULT GetExtendedPropertyInfo(
EX_DBGPROP_INFO_FLAGS dwFieldSpec,
UINT nRadix,
ExtendedDebugPropertyInfo* pExtendedPropertyInfo
);
Parameters
dwFieldSpec
[in] Specifies the EX_DBGPROP_INFO_FLAGS constants that determine the fields to be filled out in the ExtendedDebugPropertyInfo
structure.
nRadix
[in] Radix to be used in interpreting any numerical information.
pExtendedPropertyInfo
[out] Returns the ExtendedDebugPropertyInfo
structure that describes the property.
Return Value
Returns a valid HRESULT
, typically S_OK
.
See also
IDebugExtendedProperty Interface
EX_DBGPROP_INFO_FLAGS
ExtendedDebugPropertyInfo Structure