DoxigAlpha

VirtualAlloc

Function parameters

Parameters

#
lpAddress:?LPVOID

Functions in this namespace

Functions

#

Source

Implementation

#
pub extern "kernel32" fn VirtualAlloc(
    lpAddress: ?LPVOID,
    dwSize: SIZE_T,
    flAllocationType: DWORD,
    flProtect: DWORD,
) callconv(.winapi) ?LPVOID