IProvideWinSATResultsInfo::GetAssessmentInfo method (winsatcominterfacei.h)

[IProvideWinSATResultsInfo::GetAssessmentInfo may be altered or unavailable for releases after Windows 8.1.]

Retrieves summary information for a subcomponent of the assessment.

Syntax

HRESULT GetAssessmentInfo(
  [in]  WINSAT_ASSESSMENT_TYPE       assessment,
  [out] IProvideWinSATAssessmentInfo **ppinfo
);

Parameters

[in] assessment

A subcomponent of the assessment whose summary information you want to retrieve. For possible values, see the WINSAT_ASSESSMENT_TYPE enumeration.

[out] ppinfo

An IProvideWinSATAssessmentInfo interface that you use to get the score for the subcomponent.

Return value

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header winsatcominterfacei.h
DLL Winsatapi.dll

See also

IProvideWinSATResultsInfo