Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |