IActiveScriptProfilerHeapEnum::Next Method
Gets the next object or objects in the set of heap objects from the IActiveScriptProfilerControl3::EnumHeap Method.
Syntax
HRESULT Next ( [in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] PROFILER_HEAP_OBJECT** heapObjects, [out] ULONG *pceltFetched);
Parameters
celt
The number of objects to be returned.
heapObjects
[out] The next PROFILER_HEAP_OBJECT Structure structures.
pceltFetched
[out] The number of objects returned,
Return Value
The HRESULT.