SspiReinitAsyncContext function (sspi.h)
Resets an async context so it can be reused.
Syntax
NTSTATUS SspiReinitAsyncContext(
SspiAsyncContext *Handle
);
Parameters
Handle
The async context handle.
Return value
If the context is invalid or currently in use, an error will be returned.
Remarks
Only the context state is altered. Client notification info, such as callback, is left alone.
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 |