MmUnsecureVirtualMemory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

VOID MmUnsecureVirtualMemory(
  [in] HANDLE SecureHandle
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-mmunsecurevirtualmemory)

MmUnsecureVirtualMemory function

Description

The MmUnsecureVirtualMemory routine unsecures a memory address range secured by the MmSecureVirtualMemory routine.

Parameters

SecureHandle [in]

Specifies the value returned by MmSecureVirtualMemory for the memory address range.

See also

MmSecureVirtualMemory