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