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 |
라이브러리 | Keycredmgr.lib |