Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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