SspiAsyncContextRequiresNotify function (sspi.h)
Determines whether the given async context requires notification on completion of the call.
Syntax
BOOLEAN SspiAsyncContextRequiresNotify(
SspiAsyncContext *AsyncContext
);
Parameters
AsyncContext
The async call context.
Return value
Returns True if the async context requires notification on call completion. Otherwise, False.
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 |