#include "ltivw.h"
L_LTIVW_API L_INT L_DispContainerDestroy(hCon,uFlags)
Destroys the container and its cells.
Handle to the container.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When the container created by L_DispContainerCreate is no longer needed, call this function to destroy the container and free the associated memory. For every call to L_DispContainerCreate there must be a call to L_DispContainerDestroy.
Required DLLs and Libraries
For an example, refer to L_DispContainerCreate.