Menu

Determines how a verifier stop interacts with a debugger.

Copy Code
typedef enum 
    VerifierStopFlag
   
{
    VerifierStopFlagStopOnce,
    VerifierStopFlagNotContinuable
}

Elements

VerifierStopFlagStopOnce

During the lifetime of the process, Application Verifier will issue this stop one time only. If the conditions that produce the stop are subsequently detected by Application Verifier, they will be ignored.

VerifierStopFlagNotContinuable

Program execution cannot continue after Application Verifier issues this stop. Application Verifier will terminate the process after any configured exceptions or break points are thrown.

Requirements

Header: Enum.h

Library: Appverifier.dll

See Also