DkmManagedHeapSampler.NextObjects(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Walks the given number of objects on the heap.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
System::UInt32 NextObjects(System::UInt32 RequestCount);
public:
unsigned int NextObjects(unsigned int RequestCount);
unsigned int NextObjects(unsigned int RequestCount);
public uint NextObjects (uint RequestCount);
member this.NextObjects : uint32 -> uint32
Public Function NextObjects (RequestCount As UInteger) As UInteger
Parameters
- RequestCount
- UInt32
[In] Count of items requested.
Returns
[Out] Count of items fetched.