Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enumerates the members of an extended property.
Syntax
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
Returns a valid HRESULT, typically S_OK.
See also
IDebugExtendedProperty Interface
EX_DBGPROP_INFO_FLAGS
ExtendedDebugPropertyInfo Structure