Returns the number of targets in the target list for the specified hyperlinked vector object.
#include "ltvkrn.h"
L_LVKRN_API L_UINT32 L_VecGetHyperlinkCount(pVector, pObject)
Pointer to the vector handle.
Pointer to the VECTOROBJECT structure that contains the vector object for which to get the hyperlink count.
Value | Meaning |
---|---|
0 < | Number of targets in the target list of the specified hyperlinked vector object. |
0 | The object is not a hyperlinked vector object. |
For an example, refer to L_VecAddHyperlink or L_VecGetHyperlink.