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