EngUnsecureMem function (winddi.h)

The EngUnsecureMem function unlocks an address range that is locked down in memory.

Syntax

ENGAPI VOID EngUnsecureMem(
  [in] HANDLE hSecure
);

Parameters

[in] hSecure

Handle to the address range that is locked down. This handle is returned by EngSecureMem.

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

EngSecureMem