user32
.
private static extern bool VirtualFreeEx(
.
StatusBar.VirtualFreeEx(hProcess, allocated, 0, VirtualAllocExTypes.MEM_RELEASE);
.
VirtualFreeEx(process, tcitemPtr, 0, FreeType.Release);
.
VirtualFreeEx(process, pszTextPtr, 0, FreeType.Release);
.
static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress,
kernel32
.
The VirtualFreeEx API
10/5/2010 12:36:23 PM - -123.192.205.50
.
static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress,
.
public static unsafe extern bool VirtualFreeEx(
.
Public Shared Function VirtualFreeEx(ByVal hProcess As IntPtr, _
.
static def VirtualFreeEx(hProcess as IntPtr, lpAddress as IntPtr, dwSize as int, freeType as AllocationType) as bool:
.
.
The VirtualFreeEx API
10/5/2010 12:36:23 PM - -123.192.205.50
.
static extern bool VirtualFreeEx(IntPtr hProcess, IntPtr lpAddress,
.
public static unsafe extern bool VirtualFreeEx(
.
Public Shared Function VirtualFreeEx(ByVal hProcess As IntPtr, _
.
static def VirtualFreeEx(hProcess as IntPtr, lpAddress as IntPtr, dwSize as int, freeType as AllocationType) as bool:
.