Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.53 KB

nf-sspi-sspifreeasynccontext.md

File metadata and controls

60 lines (49 loc) · 1.53 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.SspiFreeAsyncContext
SspiFreeAsyncContext function
11/4/2019
Windows
Frees up a context created in the call to the SspiCreateAsyncContext function.
security
function
sspi.h
Windows 10, version 1607 [kernel-mode drivers only]
Windows Server 2016 [kernel-mode drivers only]
apiref
sspi.h
SspiFreeAsyncContext
SspiFreeAsyncContext
sspi/SspiFreeAsyncContext
c++

-description

The SspiFreeAsyncContext function frees up a context created in the call to the SspiCreateAsyncContext function.

-parameters

-param Handle

The async call context to free.

-remarks

For all operations that require notification of completion, SspiFreeAsyncContext must not be called until the async operation is complete and the callback has been invoked. Calling SspiGetAsyncCallStatus will return status != SEC_I_ASYNC_CALL_PENDING to indicate the async operation has not completed.

-see-also

SspiCreateAsyncContext

SspiGetAsyncCallStatus