Initializes the container handle.
#include "LtCon.h"
L_LTCON_API L_INT L_ContainerInit(ppContainer)
Pointer to the container handle to be initialized.
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 L_ContainerCreate.