SspiGetAsyncCallStatus function (sspi.h)
Gets the current status of an async call associated with the provided context.
SECURITY_STATUS SspiGetAsyncCallStatus(
SspiAsyncContext *Handle
);
Handle
The async call context to get status for.
When complete, returns the status of the async request. If the function succeeded, SspiGetAsyncCallStatus will return SEC_E_OK. Otherwise, refer to the respective API called to see return error codes and their respective descriptions.
Until the call is completed, status is SEC_I_ASYNC_CALL_PENDING.
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1607 [kernel-mode drivers only] |
Minimum supported server | Windows Server 2016 [kernel-mode drivers only] |
Header | sspi.h |
SspiAcceptSecurityContextAsync
SspiAcquireCredentialsHandleAsyncA
SspiAcquireCredentialsHandleAsyncW
SspiDeleteSecurityContextAsync
SspiFreeCredentialsHandleAsync