ALFA.Shared.ServerInterop.NWN2_Heap_Allocate C# (CSharp) Метод

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

private NWN2_Heap_Allocate ( IntPtr Heap, UInt32 Size ) : IntPtr
Heap System.IntPtr
Size System.UInt32
Результат System.IntPtr
        internal static extern IntPtr NWN2_Heap_Allocate(IntPtr Heap, UInt32 Size);