#include "ltwrappr.h"
L_INT LToolbar::FreeToolbarInfo(pToolbarInfo)
Frees the toolbar information that was allocated by calling LToolbar::GetToolbarInfo.
Pointer to a LTOOLBARINFO structure that contains the toolbar information to be freed.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
The contents in the pToolbarInfo fields should have been allocated by using LToolbar::GetToolbarInfo.
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.