Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Container and Automation C++ Class Library Help

Initializing and Freeing Containers

Show in webframe

LEADTOOLS accesses containers through the CONTAINERHANDLE structure. This structure provides a working area for the LEADTOOLS container functions. The container handle must be initialized before calling any of the container functions. This is done using the LContainer::Initialize function. When the CONTAINERHANDLE structure is no longer needed, it should be freed using the LContainer::Free function.

A container handle is valid only after LContainer::Initialize and LContainer::Create have been called. The validity of a container handle should be checked before calling any other container functions. This is done using LContainer::IsValid. For more information on creating containers, refer to Creating a Container.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.