#include "LtTLB.h"
L_LTTLB_API L_INT L_TBSetToolbarInfo(pToolbar, pToolbarInfo)
Sets the toolbar information.
Pointer to a toolbar handle.
Pointer to an LTOOLBARINFO structure that contains the information that will be used to set the toolbar information.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes |
This function may be used to assign information to a toolbar created using the TOOLBAR_EMPTY flag in the L_TBCreate function, or it may be used to modify an existing toolbar.
To get the current toolbar information, call L_TBGetToolbarInfo.
Required DLLs and Libraries
LTTLB
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.