Beispiel #1
0
 internal 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;
 }
Beispiel #2
0
 public static extern int SendMessage(IntPtr hWnd, int msg, IntPtr wParam, ref NMHDR lParam);
Beispiel #3
0
 public static extern int RtlMoveMemory(ref NMHDR destination, IntPtr source, int length);