共用方式為


KeyCredentialManagerOperationErrorStates 列舉 (keycredmgr.h)

函式傳回的錯誤狀態列舉 KeyCredentialManagerGetOperationErrorStates 為旗標。

語法

typedef enum KeyCredentialManagerOperationErrorStates {
  KeyCredentialManagerOperationErrorStateNone = 0x0,
  KeyCredentialManagerOperationErrorStateDeviceJoinFailure = 0x01,
  KeyCredentialManagerOperationErrorStateTokenFailure = 0x02,
  KeyCredentialManagerOperationErrorStateCertificateFailure = 0x04,
  KeyCredentialManagerOperationErrorStateRemoteSessionFailure = 0x08,
  KeyCredentialManagerOperationErrorStatePolicyFailure = 0x10,
  KeyCredentialManagerOperationErrorStateHardwareFailure = 0x20,
  KeyCredentialManagerOperationErrorStatePinExistsFailure = 0x40
} ;

常數

 
KeyCredentialManagerOperationErrorStateNone
值:0x0
沒有錯誤。 相當於 ERROR_SUCCESS
KeyCredentialManagerOperationErrorStateDeviceJoinFailure
值:0x01
WHFB 註冊將會順利完成,因為裝置未正確加入 Azure 或企業版。
KeyCredentialManagerOperationErrorStateTokenFailure
值:0x02
WHFB 註冊將無法順利完成,因為用戶無法從 Azure 或企業取得令牌。
KeyCredentialManagerOperationErrorStateCertificateFailure
值:0x04
無法順利完成 WHFB 註冊,因為找不到證書頒發機構單位和/或證書範本。
KeyCredentialManagerOperationErrorStateRemoteSessionFailure
值:0x08
WHFB 註冊將無法順利完成,因為目前的會話是遠端會話。
KeyCredentialManagerOperationErrorStatePolicyFailure
值:0x10
WHFB 註冊無法順利完成,因為讀取 MDM 或組策略時發生錯誤。
KeyCredentialManagerOperationErrorStateHardwareFailure
值:0x20
WHFB 註冊不會順利完成,因為裝置沒有所需的硬體。
KeyCredentialManagerOperationErrorStatePinExistsFailure
值:0x40
WHFB 已在此裝置上註冊。

要求

要求 價值
標頭 keycredmgr.h