Share via


IDebugProperty::EnumMembers

Enumerates the members of a property.

Syntax

HRESULT EnumMembers (  
   DBGPROP_INFO_FLAGSdwFieldSpec,  
   UINTnRadix,  
   REFIIDrefiid,  
   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.

Return Value

Returns a valid HRESULT, typically S_OK.

See also

IDebugProperty Interface
DBGPROP_INFO_FLAGS
IDebugPropertyEnumType_All Interface
IEnumDebugPropertyInfo Interface