TB_SETBUTTONINFO (Windows Embedded CE 6.0)
1/6/2010
The TB_SETBUTTONINFO message sets the information for an existing button.
Syntax
TB_SETBUTTONINFO
wParam = (WPARAM) (int) iID;
lParam = (LPARAM) (LPTBBUTTONINFO) lptbbi;
Parameters
- iID
Button identifier.
- lptbbi
Long pointer to a TBBUTTONINFO structure that contains the new button information. The cbSize and dwMask members of this structure must be filled in prior to sending this message.
Return Value
Nonzero indicates success. Zero indicates otherwise.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 3.0 and later |