KeyCredentialManagerGetOperationErrorStates function (keycredmgr.h)
Prerequisite API to call to determine if the operation will be successful prior.
Syntax
HRESULT KeyCredentialManagerGetOperationErrorStates(
[in] KeyCredentialManagerOperationType keyCredentialManagerOperationType,
[out] BOOL *isReady,
[out] KeyCredentialManagerOperationErrorStates *keyCredentialManagerOperationErrorStates
);
Parameters
[in] keyCredentialManagerOperationType
The intended operation from the KeyCredentialManagerOperationType.
[out] isReady
If the operational prerequisite will succeed (True) or (False).
[out] keyCredentialManagerOperationErrorStates
Additional feedback about isReady represented by KeyCredentialManagerOperationErrorStates.
Return value
Returns an HRESULT.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | keycredmgr.h |
Library | Keycredmgr.lib |