Menu

Sets the severity of the stop.

Copy Code
HRESULT 
    put_Severity
   (
    VerifierStopSeverity  
    VerifierStopSeverity
  
);

Parameters

VerifierStopSeverity

[in] 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_FAIL

The method failed.

See Also