Beispiel #1
0
 private static extern void CopyMemory(IntPtr dest, ref WeightingInfoArgs src, int size_t);
Beispiel #2
0
 private static unsafe extern void CopyMemory(ref WeightingInfoArgs dest, IntPtr src, int size_t);