Admin Production ni-theme
Current Publication

InetLaunchDefaultWebBrowser

LabWindows/CVI

InetLaunchDefaultWebBrowser

int InetLaunchDefaultWebBrowser (const char *URL);

Purpose

Launches the Web browser that is registered as the default viewer for .htm or .html files. This function launches the browser and instructs it to open the given URL.

RT This function is not supported on the LabWindows/CVI Real-Time Module.

Parameters

Input
Name Type Description
URL const char * The URL the Web browser is to display. You may pass NULL if no specific URL is desired.

Return Value

Name Type Description
result int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: Internet Library

Include file: cvintwrk.h

LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later