HANDLE EngSecureMem(
PVOID Address, | |
ULONG Length | |
); |
EngSecureMem locks down the specified address range in memory.
EngSecureMem returns a handle to the secured address range upon successful completion; otherwise, it returns null.
The address range locked down by EngSecureMem will not be deallocated until it is unlocked by EngUnsecureMem.