LAutomation::EnumContainersCallBack

Summary

Processes each container enumerated by the LAutomation::EnumContainers function.

Syntax

#include "ltwrappr.h"

virtual L_VOID LAutomation::EnumContainersCallBack(pLContainer)

Parameters

LContainer * pLContainer

Pointer to an LContainer object that references the handle of the container being enumerated.

Returns

Nothing.

Comments

This function is called for each container enumerated by LAutomation::EnumContainers.

The enumeration process continues until the last container is enumerated or an error occurs.

To use this function, derive a class from LAutomation and override this function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LAutomation::EnumContainers.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.