Exemple #1
0
 public static IntPtr ReAllocHGlobal(IntPtr pv, IntPtr cb)
 {
     return(PInvokeMarshal.MemReAlloc(pv, cb));
 }