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.
Syntax
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;
Constants
WINSAT_ASSESSMENT_STATE_MINValue: 0 The minimum enumeration value for this enumeration. |
WINSAT_ASSESSMENT_STATE_UNKNOWNValue: 0 The state of the assessment is unknown. |
WINSAT_ASSESSMENT_STATE_VALIDValue: 1 The assessment data is valid for the current computer configuration. |
WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWAREValue: 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_AVAILABLEValue: 3 The assessment data is not available because a formal WinSAT assessment has not been run on this computer. |
WINSAT_ASSESSMENT_STATE_INVALIDValue: 4 The assessment data is not valid. |
WINSAT_ASSESSMENT_STATE_MAXValue: 4 The maximum enumeration value for this enumeration. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | winsatcominterfacei.h |