DoxigAlpha

NtFreeVirtualMemory

Function parameters

Parameters

#
BaseAddress:?*PVOID
RegionSize:*SIZE_T

Functions in this namespace

Functions

#
RtlGetFullPathName_U
Returns the number of bytes written to `Buffer`.

Source

Implementation

#
pub extern "ntdll" fn NtFreeVirtualMemory(
    ProcessHandle: HANDLE,
    BaseAddress: ?*PVOID,
    RegionSize: *SIZE_T,
    FreeType: ULONG,
) callconv(.winapi) NTSTATUS