L_VecGetHyperlinkCount

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

Returns

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.

See Also

Functions:

L_VecAddHyperlink, L_VecSetHyperlink, L_VecGetHyperlink, L_VecGotoHyperlink

Topics:

Hyperlink Object

 

Hyperlink Objects

Example

For an example, refer to L_VecAddHyperlink or L_VecGetHyperlink.