IWinSATInitiateEvents::WinSATUpdate method (winsatcominterfacei.h)
[IWinSATInitiateEvents::WinSATUpdate may be altered or unavailable for releases after Windows 8.1.]
Receives notification when an assessment is making progress.
Syntax
HRESULT WinSATUpdate(
[in] UINT uCurrentTick,
[in] UINT uTickTotal,
[in] LPCWSTR strCurrentState
);
Parameters
[in] uCurrentTick
The current progress tick of the assessment.
[in] uTickTotal
The total number of progress ticks for the assessment.
[in] strCurrentState
A string that contains the current state of the assessment. 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.
Remarks
You can use this method to determine the progress of a formal assessment.
Examples
For an example implementation, see the InitiateAssessment or InitiateFormalAssessment method of IInitiateWinSATAssessment.
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 |