DkmSingleStepRequest.EnableSingleStep 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.
Enable single step on a thread. When then single step completes, the SingleStepComplete event should be sent. The single step should reset after completion. Implementers should send one single step complete event per instance of DkmSingleStepRequest they receive. Callers must make a new request to single-step after this DkmSingleStepRequest is complete.
public:
void EnableSingleStep();
public:
void EnableSingleStep();
void EnableSingleStep();
public void EnableSingleStep ();
member this.EnableSingleStep : unit -> unit
Public Sub EnableSingleStep ()