DkmExceptionInformation.SquashProcessing 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.
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 ()