Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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