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_TYPE may be altered or unavailable for releases after Windows 8.1.]
Defines the possible subcomponents of an assessment.
Syntax
typedef enum __MIDL___MIDL_itf_winsatcominterfacei_0000_0000_0003 {
WINSAT_ASSESSMENT_MEMORY = 0,
WINSAT_ASSESSMENT_CPU = 1,
WINSAT_ASSESSMENT_DISK = 2,
WINSAT_ASSESSMENT_D3D = 3,
WINSAT_ASSESSMENT_GRAPHICS = 4
} WINSAT_ASSESSMENT_TYPE;
Constants
WINSAT_ASSESSMENT_MEMORYValue: 0 Assess the memory of the computer. |
WINSAT_ASSESSMENT_CPUValue: 1 Assess the processors on the computer. |
WINSAT_ASSESSMENT_DISKValue: 2 Assess the primary hard disk on the computer. |
WINSAT_ASSESSMENT_D3DValue: 3 After Windows 8.1, WinSAT no longer assesses the three-dimensional graphics (gaming) capabilities of the computer and the graphics driver's ability to render objects and execute shaders using this assessment. For compatibility, WinSAT reports sentinel values for the metrics and scores, however these are not calculated in real time. |
WINSAT_ASSESSMENT_GRAPHICSValue: 4 Assess the video card abilities required for Desktop Window Manager (DWM) composition. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | winsatcominterfacei.h |