コード例 #1
0
 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
ファイル: NativeMethods.cs プロジェクト: shenhaocn/12306
 public static extern int RtlMoveMemory(ref NMTTCUSTOMDRAW destination, IntPtr Source, int length);