Determines the validity of the given container handle.
#include "Ltwrappr.h"
L_BOOL LContainer::IsValid ()
Value | Meaning |
---|---|
TRUE | The handle is valid. |
FALSE | The handle is not valid. |
The container handle will be valid after calling LContainer::Initialize and LContainer::Create.
For an example, refer to LContainer::Create.