Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "VirtualFreeEx" in [All]

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

.
Summary
.

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:

.
Documentation
[VirtualFreeEx] on MSDN
.
Summary
.

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:

.
Documentation
[VirtualFreeEx] on MSDN

 
Access PInvoke.net directly from VS: