L_ContainerIsValid

#include "LtCon.h"

L_LTCON_API L_INT L_ContainerIsValid(pContainer)

pCONTAINERHANDLE pContainer;

pointer to a container handle

Determines the validity of the given container handle.

Parameter

Description

pContainer

Pointer to a container handle.

Returns

SUCCESS

The handle is valid.

< 1

The handle is not valid. Refer to Return Codes.

Comments

The container handle will be valid after calling L_ContainerInit and L_ContainerCreate.

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:

L_ContainerInit, L_ContainerCreate, L_ContainerFree

Topics:

Initializing and Freeing a Container

Example

For an example, refer to L_ContainerCreate.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Container and Automation C API Help