#include "Ltwrappr.h"
L_BOOL LContainer::IsValid ()
Determines the validity of the given container handle.
TRUE |
The handle is valid. |
FALSE |
The handle is not valid. |
The container handle will be valid after calling LContainer::Initialize and LContainer::Create.
Required DLLs and Libraries
LTCON For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Functions: |
LContainer::Initialize, LContainer::Create, LContainer::Free |
Topics: |
For an example, refer to LContainer::Create.