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.

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 integer Return value indicating whether the function was successful. A negative number indicates that an error occurred.