IWinSATInitiateEvents::WinSATComplete method (winsatcominterfacei.h)
[IWinSATInitiateEvents::WinSATComplete may be altered or unavailable for releases after Windows 8.1.]
Receives notification when an assessment succeeds, fails, or is canceled.
Syntax
HRESULT WinSATComplete(
[in] HRESULT hresult,
[in] LPCWSTR strDescription
);
Parameters
[in] hresult
The return value of the assessment. The following are the possible return values of the assessment.
[in] strDescription
The description of the completion status. This string is valid during the life of this callback. Copy the string if you need it after the callback returns.
Return value
This method should return S_OK; the value is ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | winsatcominterfacei.h |
DLL | Winsatapi.dll |