LContainer::IsValid
#include "Ltwrappr.h"
L_BOOL LContainer::IsValid ()
Determines the validity of the given container handle.
Returns
|
TRUE |
The handle is valid. |
|
FALSE |
The handle is not valid. |
Comments
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 |
See Also
|
Functions: |
LContainer::Initialize, LContainer::Create, LContainer::Free |
|
Topics: |
Example
For an example, refer to LContainer::Create.