DkmManagedHeapWalker.InitializeHeapRootsWalk 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.
Prepares enumeration for reporting roots in the heap, returns error if heap cannot be enumerated.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
void InitializeHeapRootsWalk();
public:
void InitializeHeapRootsWalk();
void InitializeHeapRootsWalk();
public void InitializeHeapRootsWalk ();
member this.InitializeHeapRootsWalk : unit -> unit
Public Sub InitializeHeapRootsWalk ()
Exceptions
E_MANAGED_HEAP_NOT_ENUMERABLE indicates that the managed heap is not a state that can be enumerated.