DoxigAlpha

VirtualFree

Function parameters

Parameters

#
lpAddress:?LPVOID

Functions in this namespace

Functions

#

Source

Implementation

#
pub extern "kernel32" fn VirtualFree(
    lpAddress: ?LPVOID,
    dwSize: SIZE_T,
    dwFreeType: DWORD,
) callconv(.winapi) BOOL