Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ LocalAlloc()

static SafeLocalFreeChannelBinding Interop.HttpApi.SafeLocalFreeChannelBinding.LocalAlloc ( int cb)
inlinestatic

Definition at line 621 of file Interop.cs.

622 {
623 SafeLocalFreeChannelBinding safeLocalFreeChannelBinding = new SafeLocalFreeChannelBinding();
625 safeLocalFreeChannelBinding._size = cb;
627 }
static IntPtr AllocHGlobal(int cb)
Definition Marshal.cs:625

References System.Runtime.InteropServices.Marshal.AllocHGlobal().