DoxigAlpha

NtReadVirtualMemory

Function parameters

Parameters

#
BaseAddress:?PVOID
NumberOfBytesRead:?*SIZE_T

Functions in this namespace

Functions

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

Source

Implementation

#
pub extern "ntdll" fn NtReadVirtualMemory(
    ProcessHandle: HANDLE,
    BaseAddress: ?PVOID,
    Buffer: LPVOID,
    NumberOfBytesToRead: SIZE_T,
    NumberOfBytesRead: ?*SIZE_T,
) callconv(.winapi) NTSTATUS