L_VecSetHyperlink

Summary

Sets a target in the target list of the specified vector object's hyperlink.

Syntax

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecSetHyperlink(pVector, pObject, uIndex, pTarget)

Parameters

pVECTORHANDLE pVector

Pointer to the vector handle.

pVECTOROBJECT pObject

Pointer to a VECTOROBJECT structure that references a vector object. This function will set a target in the target list of this hyperlinked vector object. If the object does not have a hyperlink, the function fails.

L_UINT32 uIndex

Index to the target item that will be set.

pVECTORLINKDESC pTarget

Pointer to a VECTORLINKDESC structure that contains the information on the new target to set.

Returns

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

Comments

A hyperlink must be added to a vector object using the L_VecAddHyperlink function before it can be changed using the L_VecSetHyperlink function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_VecGetHyperlink.

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

LEADTOOLS Vector C API Help

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