Menu

Retrieves a set of flags that configure the behavior of Application Verifier when the stop is encountered.

Copy Code
HRESULT 
    get_StopFlags
   (
    LONG*  
    plFlags
  
);

Parameters

plFlags

[out] Points to the stop flags for the verifier stop.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

See Also