ALFA.Shared.ServerInterop.NWN2_Heap_Allocate C# (CSharp) Méthode

NWN2_Heap_Allocate() private méthode

private NWN2_Heap_Allocate ( IntPtr Heap, UInt32 Size ) : IntPtr
Heap System.IntPtr
Size System.UInt32
Résultat System.IntPtr
        internal static extern IntPtr NWN2_Heap_Allocate(IntPtr Heap, UInt32 Size);