EngFreeModule function (winddi.h)
The EngFreeModule function unmaps a file from system memory.
Syntax
ENGAPI VOID EngFreeModule(
[in] HANDLE h
);
Parameters
[in] h
Handle to the memory-mapped file to be freed. This handle was obtained from EngLoadModule or EngLoadModuleForWrite.
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 |