SspiGetAsyncCallStatus function (sspi.h)

Gets the current status of an async call associated with the provided context.

Syntax

SECURITY_STATUS SspiGetAsyncCallStatus(
  SspiAsyncContext *Handle
);

Parameters

Handle

The async call context to get status for.

Return value

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.

Requirements

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

See also

SspiAcceptSecurityContextAsync

SspiAcquireCredentialsHandleAsyncA

SspiAcquireCredentialsHandleAsyncW

SspiDeleteSecurityContextAsync

SspiFreeAsyncContext

SspiFreeCredentialsHandleAsync

SspiInitializeSecurityContextAsyncA

SspiInitializeSecurityContextAsyncW