Contents Index Topic Contents | ||
Previous Topic: TB_ADDBUTTONS Next Topic: TB_AUTOSIZE |
TB_ADDSTRING
TB_ADDSTRING wParam = (WPARAM) (HINSTANCE) hinst; lParam = (LPARAM) MAKELONG(idString, 0);Adds a new string to the list of strings available for a toolbar.
- Returns the index of the first new string if successful, or -1 otherwise.
- 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 for 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.