Exemplo n.º 1
0
 private static extern void CopyMemory(IntPtr dest, ref WeightingInfoArgs src, int size_t);
Exemplo n.º 2
0
 private static unsafe extern void CopyMemory(ref WeightingInfoArgs dest, IntPtr src, int size_t);