IAppVerifierStop::get_Severity method |
See Also� |
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.
Remarks
The IAppVerifierStop interface is for metadata only and does not indicate the severity for any particular image. To check the severity for a particular image, use the IAppVerifierImageStop interface that is associated with the image.