Enumerates the members of a property.
HRESULT EnumMembers (    DBGPROP_INFO_FLAGS dwFieldSpec,    UINT nRadix,    REFIID refiid,    IEnumDebugPropertyInfo** ppEnum ); |
Parameters
- dwFieldSpec
-
[in] Specifies the DBGPROP_INFO_FLAGS constants that determine which fields in the enumerated debug property structures are to be filled in.
- nRadix
-
[in] Radix to be used in interpreting any numerical information.
- refiid
-
[in] This IID is passed for filtering the enumerator. The IID is one of the IDebugPropertyEnumType interfaces that inherit from IDebugPropertyEnumType_All.
- ppEnum
-
[out] Returns the IEnumDebugPropertyInfo interface that enumerates the member properties.