DkmManagedHeapSampler.NextReferences(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 references 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 NextReferences(System::UInt32 RequestCount);
public:
unsigned int NextReferences(unsigned int RequestCount);
unsigned int NextReferences(unsigned int RequestCount);
public uint NextReferences (uint RequestCount);
member this.NextReferences : uint32 -> uint32
Public Function NextReferences (RequestCount As UInteger) As UInteger
Parameters
- RequestCount
- UInt32
[In] Count of items requested.
Returns
[Out] Count of items fetched.