int tsmSetWebBrowser ( const char *browser )

Set the command to run your web browser

Documentation

Set the command to run your web browser.

This function will set the command that is used in order to invoke a web browser on your system. This is used by the tsmShowUrl function when it displays a specified URL. By defaut, tsmShowUrl will assume a browser command of "netscape".

This function takes a copy of the string you pass (strdup).

Returns:
TRUE if browser name was changed, FALSE if you passed NULL.
Parameters:
browser - the command to run your web browser
Author:
Martin Reddy
Version:
5 February 1999
See Also:
tsmShowUrl


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page