int InetLaunchDefaultWebBrowser (const char *URL);
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.
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. |
Name | Type | Description |
result | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. |