Menu

Retrieves the severity of the stop.

Copy Code
HRESULT 
    get_Severity
   (
    VerifierStopSeverity*  
    pVerifierStopSeverity
  
);

Parameters

pVerifierStopSeverity

[out] Points to an enumeration value that represents the severity of the 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.

E_NOTIMPL

Security level not implemented.

See Also