Example #1
0
 public static unsafe IntPtr AllocCoTaskMem(int cb)
 {
     return(PInvokeMarshal.AllocCoTaskMem(cb));
 }