Fetches extended information for an extended property, which is more information than the simpler IDebugProperty.

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.

Expand imageReturn Value

Expand imageSee Also