Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[WINSAT_ASSESSMENT_STATE may be altered or unavailable for releases after Windows 8.1.]
Defines the possible states of an assessment.
typedef enum __MIDL___MIDL_itf_winsatcominterfacei_0000_0000_0002 {
WINSAT_ASSESSMENT_STATE_MIN = 0,
WINSAT_ASSESSMENT_STATE_UNKNOWN = 0,
WINSAT_ASSESSMENT_STATE_VALID = 1,
WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWARE = 2,
WINSAT_ASSESSMENT_STATE_NOT_AVAILABLE = 3,
WINSAT_ASSESSMENT_STATE_INVALID = 4,
WINSAT_ASSESSMENT_STATE_MAX = 4
} WINSAT_ASSESSMENT_STATE;
WINSAT_ASSESSMENT_STATE_MIN Value: 0 The minimum enumeration value for this enumeration. |
WINSAT_ASSESSMENT_STATE_UNKNOWN Value: 0 The state of the assessment is unknown. |
WINSAT_ASSESSMENT_STATE_VALID Value: 1 The assessment data is valid for the current computer configuration. |
WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWARE Value: 2 The assessment data does not match the current computer configuration. The hardware on the computer has changed since the last time a formal assessment was run. |
WINSAT_ASSESSMENT_STATE_NOT_AVAILABLE Value: 3 The assessment data is not available because a formal WinSAT assessment has not been run on this computer. |
WINSAT_ASSESSMENT_STATE_INVALID Value: 4 The assessment data is not valid. |
WINSAT_ASSESSMENT_STATE_MAX Value: 4 The maximum enumeration value for this enumeration. |
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Header | winsatcominterfacei.h |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!