Initializes the container handle.
#include "Ltwrappr.h"
L_INT LContainer::Initialize ()
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function must be called before calling any other container functions.
For an example, refer to LContainer::Create.