L_TBFreeToolbarInfo

#include "LtTLB.h"

L_LTTLB_API L_INT L_TBFreeToolbarInfo (pToolbar, pToolbarInfo )

Frees the toolbar information allocated by calling L_TBGetToolbarInfo.

Parameters

pTOOLBARHANDLE pToolbar

Pointer to a toolbar handle.

pLTOOLBARINFO pToolbarInfo

Pointer to LTOOLBARINFO structure that contains the toolbar information to be freed.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes

Comments

When the toolbar information is no longer needed, it should be freed by calling this function.

To get the current toolbar information, call L_TBGetToolbarInfo.

To change the current toolbar information, call L_TBGetToolbarInfo to get the current toolbar information. Change the information in the LTOOLBARINFO structure. Then call L_TBSetToolbarInfo to set the new toolbar information.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_TBGetToolbarInfo.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Toolbar C API Help