AmsiUninitialize function (amsi.h)

Remove the instance of the AMSI API that was originally opened by AmsiInitialize.

Syntax

void AmsiUninitialize(
  [in] HAMSICONTEXT amsiContext
);

Parameters

[in] amsiContext

The handle of type HAMSICONTEXT that was initially received from AmsiInitialize.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header amsi.h
Library Amsi.lib
DLL Amsi.dll

See also

AmsiInitialize