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