WINSAT_ASSESSMENT_STATE enumeration
Defines the possible states of an assessment.
Syntax
typedef enum { 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_MIN
-
The minimum enumeration value for this enumeration.
- WINSAT_ASSESSMENT_STATE_UNKNOWN
-
The state of the assessment is unknown.
- WINSAT_ASSESSMENT_STATE_VALID
-
The assessment data is valid for the current computer configuration.
- WINSAT_ASSESSMENT_STATE_INCOHERENT_WITH_HARDWARE
-
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
-
The assessment data is not available because a formal WinSAT assessment has not been run on this computer.
- WINSAT_ASSESSMENT_STATE_INVALID
-
The assessment data is not valid.
- WINSAT_ASSESSMENT_STATE_MAX
-
The maximum enumeration value for this enumeration.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | None supported [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012