KeyCredentialManagerGetOperationErrorStates 関数 (keycredmgr.h)
操作が成功する前に判断するために 呼び出す前提条件 API。
構文
HRESULT KeyCredentialManagerGetOperationErrorStates(
[in] KeyCredentialManagerOperationType keyCredentialManagerOperationType,
[out] BOOL *isReady,
[out] KeyCredentialManagerOperationErrorStates *keyCredentialManagerOperationErrorStates
);
パラメーター
[in] keyCredentialManagerOperationType
KeyCredentialManagerOperationType からの意図された操作。
[out] isReady
操作の前提条件が成功した場合 (True) または (False)。
[out] keyCredentialManagerOperationErrorStates
KeyCredentialManagerOperationErrorStates によって表される isReady に関する追加のフィードバック。
戻り値
HRESULT を返します。
必要条件
対象プラットフォーム | Windows |
ヘッダー | keycredmgr.h |
Library | Keycredmgr.lib |