TB_BUTTONSTRUCTSIZE
This message specifies the size of the TBBUTTON structure.
TB_BUTTONSTRUCTSIZE wParam = (WPARAM) cb;
lParam = 0;
Parameters
- cb
Size, in bytes, of the TBBUTTON structure. - lParam
Not used.
Return Values
None.
Remarks
The system uses the size to determine which version of the common control dynamic-link library (DLL) is being used.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
See Also
CreateWindowEx | TB_ADDBITMAP | TB_ADDBUTTONS | TBBUTTON | Toolbar Controls Messages
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.