IProvideWinSATAssessmentInfo interface (winsatcominterfacei.h)

[IProvideWinSATAssessmentInfo may be altered or unavailable for releases after Windows 8.1.]

Gets summary information for a subcomponent of the assessment, for example, its score.

To get this interface, call the IProvideWinSATResultsInfo::GetAssessmentInfo method.

Inheritance

The IProvideWinSATAssessmentInfo interface inherits from the IDispatch interface.

Methods

The IProvideWinSATAssessmentInfo interface has these methods.

 
IProvideWinSATAssessmentInfo::get_Description

Retrieves the description of the subcomponent.
IProvideWinSATAssessmentInfo::get_Score

Retrieves the score for the subcomponent.
IProvideWinSATAssessmentInfo::get_Title

Retrieves the title of the subcomponent.

Remarks

To retrieve details of the subcomponent, call the IQueryRecentWinSATAssessment::get_XML method.

Requirements

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

See also

IProvideWinSATResultsInfo

IQueryRecentWinSATAssessment