TB_ADDSTRING
A version of this page is also available for
4/8/2010
This message adds a new string to the list of strings available for a toolbar.
Syntax
TB_ADDSTRING wParam = (WPARAM)(HINSTANCE) hinst;
lParam = (LPARAM)MAKELONG(idString,0);
Parameters
- hinst
Handle to the module instance with an executable file that contains the string resource. If idString points to one or more strings to add, this parameter is zero.
- idString
Resource identifier of the string resource, or the address of a buffer that contains one or more null-terminated strings to add to the list, depending on the value of hinst. The last string must be terminated with two null characters.
Return Value
The index of the first new string indicates success. –1 indicates failure.
Remarks
The resource identifier in the idString parameter has to reference a single string without substrings or separators.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |