Bleak.Native.PInvoke.VirtualAllocEx C# (CSharp) Метод

VirtualAllocEx() приватный Метод

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
Результат IntPtr
        internal static extern IntPtr VirtualAllocEx(SafeProcessHandle processHandle, IntPtr baseAddress, int allocationSize, Enumerations.AllocationType allocationType, Enumerations.MemoryProtection protectionType);