This topic has not yet been rated - Rate this topic

WINSAT_ASSESSMENT_TYPE enumeration

Defines the possible subcomponents of an assessment.

Syntax


typedef enum  { 
  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_MEMORY

Assess the memory of the computer.

WINSAT_ASSESSMENT_CPU

Assess the processors on the computer.

WINSAT_ASSESSMENT_DISK

Assess the primary hard disk on the computer.

WINSAT_ASSESSMENT_D3D

Assess three-dimensional graphics (gaming) capabilities of the computer by measuring the hardware and the graphics driver's ability to render objects and execute shaders.

WINSAT_ASSESSMENT_GRAPHICS

Assess the video card abilities required for Desktop Window Manager (DWM) composition.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

None supported [desktop apps only]

Header

Winsatcominterfacei.h

See also

IProvideWinSATResultsInfo::GetAssessmentInfo

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.