Retrieves a specified number of DebugPropertyInfo structures in an enumeration sequence.

HRESULT Next (
   ULONG celt,
   DebugPropertyInfo*rgelt,
   ULONG* pceltFetched
);

Parameters

celt

[in] The number of DebugPropertyInfo structures to be retrieved.

rgelt

[out] An array of DebugPropertyInfo structures retrieved.

pceltFetched

[out] Returns the number of DebugPropertyInfo structures actually retrieved.

Expand imageReturn Value

Expand imageSee Also