Menu

Retrieves a set of flags that configure the behavior of Application Verifier when an error is detected.

Copy Code
HRESULT 
    get_ErrorFlags
   (
    LONG*  
    plFlags
  
);

Parameters

plFlags

[out] Points to an integer that contains the flags.

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