LVectorObject::SetHyperlink
#include "ltwrappr.h"
L_INT LVectorObject::SetHyperlink(uIndex, pTarget)
L_UINT32 uIndex; /* index to the target item that will be set */
pVECTORLINKDESC pTarget; |
/* new target information that will be used */ |
Sets a target in the target list of the specified vector object's hyperlink.
Parameter |
Description |
uIndex |
Index to the target item that will be set. |
pTarget |
Pointer to a VECTORLINKDESC structure that contains the information on the new target to set. |
Returns
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 LVectorObject::AddHyperlink function before it can be changed using the LVectorObject::SetHyperlink function.
Required DLLs and Libraries
LVKRN 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: |
LVectorObject::AddHyperlink, LVectorObject::GetHyperlink, LVectorObject::GetHyperlinkCount, LVectorObject::GotoHyperlink |
Topics: |
|
|
Example
For an example, refer to LVectorObject::GetHyperlink