OpenTween.Win32Api.VirtualAllocEx C# (CSharp) Method

VirtualAllocEx() private method

private VirtualAllocEx ( IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, AllocationTypes flAllocationType, MemoryProtectionTypes flProtect ) : IntPtr
hProcess System.IntPtr
lpAddress System.IntPtr
dwSize System.IntPtr
flAllocationType AllocationTypes
flProtect MemoryProtectionTypes
return System.IntPtr
        private static extern IntPtr VirtualAllocEx(
            IntPtr hProcess,
            IntPtr lpAddress,
            IntPtr dwSize,
            AllocationTypes flAllocationType,
            MemoryProtectionTypes flProtect);