LToolbar::SetToolbarInfo
#include "ltwrappr.h"
L_INT LToolbar::SetToolbarInfo (pToolbarInfo )
pLTOOLBARINFO pToolbarInfo; |
/* pointer to a structure */ |
Sets the toolbar information.
Parameter |
Description |
pToolbarInfo |
Pointer to an LTOOLBARINFO structure that contains the information that will be used to set the toolbar information. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
This function could be used to assign information to a toolbar created using the TOOLBAR_EMPTY flag in the LToolbar::Create function, or it could be used to adjust the toolbar that is already created.
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.
See Also
Functions: |
LToolbar::GetToolbarInfo, LToolbar::FreeToolbarInfo, Class Members |
Topics: |
Example
For an example, refer to LToolbar::GetToolbarInfo.