Share via


IEnumDebugPropertyInfo::Next

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

Syntax

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

Parameters

celt
[in] The number of DebugPropertyInfostructures to be retrieved.

rgelt
[out] An array of DebugPropertyInfo structures retrieved.

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

Return Value

Returns a valid HRESULT, typically S_OK.

See also

IEnumDebugPropertyInfo Interface
DebugPropertyInfo Structure