private extern static int RtlMoveMemory(ref NMTTCUSTOMDRAW Destination, IntPtr Source, int Length);
예제 #2
0
 public extern static int RtlMoveMemory(
     ref NMTTCUSTOMDRAW destination, IntPtr Source, int length);
예제 #3
0
 public static extern int RtlMoveMemory(ref NMTTCUSTOMDRAW destination, IntPtr Source, int length);