Bleak.Native.PInvoke.VirtualAllocEx C# (CSharp) Method

VirtualAllocEx() private method

private VirtualAllocEx ( SafeProcessHandle processHandle, IntPtr baseAddress, int allocationSize, Enumerations.AllocationType allocationType, Enumerations.MemoryProtection protectionType ) : IntPtr
processHandle SafeProcessHandle
baseAddress IntPtr
allocationSize int
allocationType Enumerations.AllocationType
protectionType Enumerations.MemoryProtection
return IntPtr
        internal static extern IntPtr VirtualAllocEx(SafeProcessHandle processHandle, IntPtr baseAddress, int allocationSize, Enumerations.AllocationType allocationType, Enumerations.MemoryProtection protectionType);