SystemHealthAgentState 構造体 (naptypes.h)

メモネットワーク アクセス保護プラットフォームは、Windows 10 以降は使用できません
 
SystemHealthAgentState 構造体は、SHA の動的状態を格納します。

構文

typedef struct tagSystemHealthAgentState {
  SystemHealthEntityId id;
  ResultCodes          shaResultCodes;
  FailureCategory      failureCategory;
  FixupInfo            fixupInfo;
} SystemHealthAgentState;

メンバー

id

System Health Agent (SHA) を識別する一意の SystemHealthEntityId 値。

shaResultCodes

SHA から受信した最新の SoHRespnse で返されたコンプライアンス結果コードを含む ResultCodes 構造体。

メモSoHRespnse 内の sohAttributeTypeComplianceResultCodes 属性型には、コンプライアンス結果コードが含まれています。
 

failureCategory

SHA から受信した最新の SoHRespnse で返されたエラー カテゴリ フィールドを表す FailureCategory 値。

メモSoHRespnse 内の sohAttributeTypeFailureCategory 属性型には、エラー カテゴリ フィールドが含まれています。
 

fixupInfo

SHA の修正状態に関する情報を含む FixupInfo 構造体。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
Header naptypes.h

こちらもご覧ください

NAP リファレンス

NAP 構造体