mCtrl 0.8.0
Data Fields

MC_MTITEMA Struct Reference

Structure for manipulating with the tab item (ANSI variant). More...

Data Fields

DWORD dwMask
 Bit mask indicating which members of the structure are valid.
LPSTR pszText
 Text label of the tab.
int cchTextMax
 Number of characters in psxText. Used only on output.
int iImage
 Index into control image list.
LPARAM lParam
 User data.

Related Functions

(Note that these are not member functions.)
MC_MTITEM::dwMask Bits

 MC_MTIF_TEXT
 MC_MTITEMW::pszText or MC_MTITEMA::pszText is valid.
 MC_MTIF_IMAGE
 MC_MTITEMW::iImage or MC_MTITEMA::iImage is valid.
 MC_MTIF_PARAM
 MC_MTITEMW::lParam or MC_MTITEMA::lParam is valid.

Detailed Description

Structure for manipulating with the tab item (ANSI variant).

See also:
MC_MTM_INSERTITEM MC_MTM_DELETEITEM MC_MTM_SETITEM MC_MTM_GETITEM