EngUnloadImage macro (winddi.h)

The EngUnloadImage function unloads an image loaded by EngLoadImage.

Syntax

void EngUnloadImage(
  [in]  h
);

Parameters

[in] h

Handle to the image to be unloaded from system memory.

Return value

None

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

EngLoadImage