L_VecGotoHyperlink

#include "ltvkrn.h"

L_LVKRN_API L_INT L_VecGotoHyperlink(pVector, pObject, uIndex)

Activates the specified target from the target list of the hyperlinked vector object.

Parameters

pVECTORHANDLE pVector

Pointer to the vector handle.

const pVECTOROBJECT pObject

Pointer to a VECTOROBJECT structure that references the vector object for which to activate the hyperlink.

L_UINT32 uIndex

Index to an item in the target list. The target specified by this index will be used and activated.

Returns

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

Comments

This function fails if pObject is not a hyperlinked vector object.

Required DLLs and Libraries

See Also

Functions

Topics

Example

L_LTVKRNTEX_API L_INT VecGotoHyperlinkExample( 
   pVECTORHANDLE pVector, 
   pVECTOROBJECT pVecObj) 
{ 
   return L_VecGotoHyperlink ( pVector, pVecObj, 0 ); 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C API Help

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