Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |