Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.4 KB

nf-sspi-sspicreateasynccontext.md

File metadata and controls

62 lines (49 loc) · 1.4 KB
UID title ms.date targetos description tech.root req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:sspi.SspiCreateAsyncContext
SspiCreateAsyncContext function
11/4/2019
Windows
Creates an instance of SspiAsyncContext which is used to track the async call.
security
function
sspi.h
Windows 10, version 1607 [kernel-mode drivers only]
Windows Server 2016 [kernel-mode drivers only]
apiref
sspi.h
SspiCreateAsyncContext
SspiCreateAsyncContext
sspi/SspiCreateAsyncContext
c++

-description

Creates an instance of SspiAsyncContext that tracks the async call.

-returns

Returns the initialized SspiAsyncContext.

-remarks

When done, the caller must free the async context with SspiFreeAsyncContext

While the instance's lifetime is the single async operation, it can be reused by calling SspiReinitAsyncContext after the operation has completed.

-see-also

SspiFreeAsyncContext

SspiReinitAsyncContext