ResultCodes 結構 (naptypes.h)

注意從 Windows 10 開始,網路存取保護平台無法使用
 
ResultCodes 結構會定義結果碼的清單。

語法

typedef struct tagResultCodes {
  UINT16  count;
  HRESULT *results;
} ResultCodes;

成員

count

結果碼數目,以介於0到 maxDwordCountPerSoHAttribute之間的數位。

results

指定客戶端電腦是否符合規範的應用程式清單,或指定SoH建構或處理錯誤原因的NAP錯誤常數清單。 這些值必須以主機系統的位元組順序排列。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 naptypes.h

另請參閱

NAP 參考

NAP 結構