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