L_VecShowObjectTooltip

#include "lvkrn.h"

L_LVKRN_API L_INT L_VecShowObjectTooltip(pVector, pObject, pTooltipDesc)

pVECTORHANDLE pVector;

/* pointer to the vector handle */

const pVECTOROBJECT pObject;

/* pointer to a VECTOROBJECT structure */

pVECTORTOOLTIPDESC pTooltipDesc;

/* pointer to a VECTORTOOLTIPDESC structure */

Shows a tooltip for an object.

Parameter

Description

pVector

Pointer to the vector handle.

pObject

Pointer to a VECTOROBJECT structure that references the vector object for which to show the tooltip. If the object doesnt have a tooltip, nothing is changed.

pTooltipDesc

Pointer to a VECTORTOOLTIPDESC structure which contains information about how the tooltip should look.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

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_VecSetObjectTooltip, L_VecHideObjectTooltip, L_VecGetObjectTooltip

Topics:

Tooltips

 

Working with Tooltips

Example

For an example please refer to L_VecGetObjectTooltip