MEASUREITEMSTRUCT Structure
Visual Studio 2008
The MEASUREITEMSTRUCT structure informs Windows of the dimensions of an owner-drawn control or menu item.
typedef struct tagMEASUREITEMSTRUCT {
UINT CtlType;
UINT CtlID;
UINT itemID;
UINT itemWidth;
UINT itemHeight;
DWORD itemData
} MEASUREITEMSTRUCT;