#include "lvkrn.h"
L_LVKRN_API L_UINT32 L_VecGetHyperlinkCount(pVector, pObject)
pVECTORHANDLE pVector; |
pointer to the vector handle |
const pVECTOROBJECT pObject; |
pointer to vector object |
Returns the number of targets in the target list for the specified hyperlinked vector object.
Parameter |
Description |
pVector |
Pointer to the vector handle. |
pObject |
Pointer to the VECTOROBJECT structure that contains the vector object for which to get the hyperlink count. |
0 < |
Number of targets in the target list of the specified hyperlinked vector object. |
0 |
The object is not a hyperlinked vector object. |
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. |
Functions: |
L_VecAddHyperlink, L_VecSetHyperlink, L_VecGetHyperlink, L_VecGotoHyperlink |
Topics: |
|
|
For an example, refer to L_VecAddHyperlink or L_VecGetHyperlink.