DkmExceptionInformation.SquashProcessing Method

Definition

Updates the state of the target process so that when execution is resumed, the target process will not continue standard exception processing (ex: handler search, stack unwinding). This method needs to be called before resuming execution.

public:
 void SquashProcessing();
public:
 void SquashProcessing();
void SquashProcessing();
public void SquashProcessing ();
member this.SquashProcessing : unit -> unit
Public Sub SquashProcessing ()

Applies to