Esempio n. 1
0
 public TRACKMOUSEEVENT(TMEFlags dwFlags, IntPtr hWnd, UInt32 dwHoverTime)
 {
     this.cbSize      = Marshal.SizeOf(typeof(TRACKMOUSEEVENT));
     this.dwFlags     = dwFlags;
     this.hWnd        = hWnd;
     this.dwHoverTime = dwHoverTime;
 }
Esempio n. 2
0
 public TRACKMOUSEEVENT(TMEFlags dwFlags, IntPtr hWnd, UInt32 dwHoverTime)
 {
     this.cbSize      = System.Runtime.InteropServices.Marshal.SizeOf(typeof(TRACKMOUSEEVENT));
     this.dwFlags     = dwFlags;
     this.hWnd        = hWnd;
     this.dwHoverTime = dwHoverTime;
 }