SspiAsyncNotifyCallback callback function (sspi.h)

Callback used for notifying completion of an async SSPI call.

Syntax

SspiAsyncNotifyCallback Sspiasyncnotifycallback;

void Sspiasyncnotifycallback(
  SspiAsyncContext *Handle,
  PVOID CallbackData
)
{...}

Parameters

Handle

The async context handle.

CallbackData

Receives the callback data passed by the SspiSetAsyncNotifyCallback function as "PVOID CallbackData".

Return value

None

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

SspiSetAsyncNotifyCallback