Function VirtualAlloc [src]

Prototype

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

Parameters

lpAddress: ?LPVOIDdwSize: SIZE_TflAllocationType: DWORDflProtect: DWORD

Source

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