예제 #1
0
 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
 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
 public static extern int SendMessage(IntPtr hWnd, int msg, IntPtr wParam, ref NMHDR lParam);
예제 #4
0
 public static extern int RtlMoveMemory(ref NMHDR destination, IntPtr source, int length);