L_AutInit

Summary

Initializes the automation handle.

Syntax

#include "ltaut.h"

L_LTAUT_API L_INT L_AutInit(ppAutomation)

Parameters

ppAUTOMATIONHANDLE ppAutomation

Pointer to a pointer to an automation handle to be initialized.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function must be called before calling any other automation functions.

An automation handle is valid after calling L_AutInit and L_AutCreate.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_AutCreate.

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 API Help

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