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);