Пример #1
0
 public static IntPtr AllocHGlobal(int cb)
 {
     return(InteropExtensions.MemAlloc(new UIntPtr((uint)cb)));
 }