コード例 #1
0
ファイル: NMTTDISPINFO.cs プロジェクト: jxdong1013/archivems
 public NMTTDISPINFO(int flags)
 {
     this.hdr = new NMHDR(0);
     this.lpszText = IntPtr.Zero;
     this.szText = IntPtr.Zero;
     this.hinst = IntPtr.Zero;
     this.uFlags = 0;
     this.lParam = IntPtr.Zero;
 }
コード例 #2
0
ファイル: NMTTDISPINFO.cs プロジェクト: icprog/MaTuo
 public NMTTDISPINFO(int flags)
 {
     this.hdr      = new NMHDR(0);
     this.lpszText = IntPtr.Zero;
     this.szText   = IntPtr.Zero;
     this.hinst    = IntPtr.Zero;
     this.uFlags   = 0;
     this.lParam   = IntPtr.Zero;
 }
コード例 #3
0
ファイル: NativeMethods.cs プロジェクト: jxdong1013/archivems
 public static extern int SendMessage(IntPtr hWnd, int msg, IntPtr wParam, ref NMHDR lParam);
コード例 #4
0
ファイル: NativeMethods.cs プロジェクト: jxdong1013/archivems
 public static extern int RtlMoveMemory(ref NMHDR destination, IntPtr source, int length);