TRACKMOUSEEVENT (Structures)
Last changed: -207.188.148.82

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential)]
public struct TRACKMOUSEEVENT {
   public int cbSize;
   public uint dwFlags;
   public IntPtr  hwndTrack;
   public int dwHoverTime;
}

VB Definition:

<System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential)> _

Public Structure TRACKMOUSEEVENT

   Public cbSize As Integer
   Public dwFlags As Integer
   Public dwHoverTime As Integer
   Public hwndTrack As IntPtr

End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation