WINSAT_ASSESSMENT_STATE enumeration (winsatcominterfacei.h)

[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_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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header winsatcominterfacei.h

See also

IProvideWinSATResultsInfo::get_AssessmentState

IProvideWinSATVisuals::get_Bitmap