Enumerates the members of an extended property.
HRESULT EnumExtendedMembers( EX_DBGPROP_INFO_FLAGS dwFieldSpec, UINT nRadix, IEnumDebugExtendedPropertyInfo** ppeepi ); |
Parameters
- dwFieldSpec
[in] Specifies the EX_DBGPROP_INFO_FLAGS constants that determine the fields in the enumerated extended debug property structures that are to be filled in.
- nRadix
[in] Radix to be used in interpreting any numerical information.
- ppeepi
[out] Returns the IEnumDebugExtendedPropertyInfo interface that enumerates the member properties.
Return Value
See Also