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.
Syntax
typedef struct tagSystemHealthAgentState {
SystemHealthEntityId id;
ResultCodes shaResultCodes;
FailureCategory failureCategory;
FixupInfo fixupInfo;
} SystemHealthAgentState;
Members
id
A unique SystemHealthEntityId value that identifies the System Health Agent (SHA).
shaResultCodes
A ResultCodes structure that contains the compliance result codes that were returned in the most recent SoHRespnse received from the SHA.
failureCategory
A FailureCategory value that describes the failure category fields that were returned in the most recent SoHRespnse received from the SHA.
fixupInfo
A FixupInfo structure that contains information about the fix-up state of the SHA.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | naptypes.h |