LabWindows/CVI

RevertHyperLinkCtrl

int RevertHyperLinkCtrl (int panel, int control);

Purpose

Reverts a hyperlink control back to a text message control.

Parameters

Input
Name Type Description
panel int The handle of the panel for the hyperlink control.
control int The ID of the hyperlink control that will be reverted back to a text message control. This control must exist on the panel identified by the panel parameter.

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative number indicates that an error occurred. Call the GetGeneralErrorString toolbox function to get a descriptive error message.

Additional Information

Library: HyperLink Control

Include file: custctrl\hyperlinkctrl.h

LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later

Example

Refer to userint\custctrl\hyperlinkctrl\simple.cws for an example of using the RevertHyperLinkCtrl function.