L_AutGetToolbar

#include "ltaut.h"

L_LTAUT_API L_INT L_AutGetToolbar( pAutomation, ppToolbar )

pAUTOMATIONHANDLE pAutomation;

/* pointer to an automation handle */

pTOOLBARHANDLE * ppToolbar;

/* pointer to LEAD toolbar handle */

Gets the current LEAD automation toolbar handle.

Parameter

Description

pAutomation

Pointer to an automation handle.

ppToolbar

Pointer to the variable to be updated with a pointer to the current LEAD automation toolbar handle.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

If L_AutSetToolbar was not used to set the toolbar handle, this function will return NULL in the ppToolbar parameter.

Required DLLs and Libraries

LTAUT

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_AutSetToolbar.

Topics:

The Automation Toolbar

Example

For an example, refer to L_AutFree.