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.
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.