private extern static int RtlMoveMemory(ref NMTTCUSTOMDRAW Destination, IntPtr Source, int Length);
Esempio n. 2
0
 public extern static int RtlMoveMemory(
     ref NMTTCUSTOMDRAW destination, IntPtr Source, int length);
Esempio n. 3
0
 public static extern int RtlMoveMemory(ref NMTTCUSTOMDRAW destination, IntPtr Source, int length);