Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a specified number ofExtendedDebugPropertyInfo
structures in an enumeration sequence.
Syntax
HRESULT Next (
ULONGcelt,
ExtendedDebugPropertyInfo *rgelt,
ULONG* pceltFetched
);
Parameters
celt
[in] The number of ExtendedDebugPropertyInfo
structures to be retrieved.
rgelt
[out] An array of ExtendedDebugPropertyInfo
structures retrieved.
pceltFetched
[out] The number of ExtendedDebugPropertyInfo
structures actually retrieved.
Return Value
Returns a valid HRESULT
, typically S_OK
.
See also
IEnumDebugExtendedPropertyInfo Interface
ExtendedDebugPropertyInfo Structure