TOOLINFO (Structures)
Last changed: Eric D.-195.102.24.108

.
Summary
TODO - a short description

C# Definition:

struct TOOLINFO {

   public int cbSize;
   public int flags;
   public IntPtr hwnd;
   public IntPtr uId;
   public RECT rect;
   public IntPtr hinst;

   [MarshalAs(UnmanagedType.LPTStr)]
   public string text;

   public IntPtr lparam;

}

VB Definition:

Structure TOOLINFO
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
TOOLINFO on MSDN