#include "LtTLB.h"
L_LTTLB_API L_INT L_TBIsValid(pToolbar )
pTOOLBARHANDLE pToolbar; |
pointer to a toolbar handle |
Determines the validity of the given toolbar handle.
Parameter |
Description |
pToolbar |
Pointer to a toolbar handle. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes |
The toolbar handle will be valid after calling L_TBInit. However, L_TBCreate must be called before calling any other Toolbar functions.
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.