Frees the toolbar information that was allocated by calling LToolbar::GetToolbarInfo.
#include "ltwrappr.h"
L_INT LToolbar::FreeToolbarInfo(pToolbarInfo)
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.
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.
For an example, refer to LToolbar::GetToolbarInfo.