Engine::OpenExternalWebBrowser
Defined in:
Launches the default web browser and navigates to a URL.
C4Engine.h
Prototype
bool OpenExternalWebBrowser(const char *url);
Parameters
url |
The URL to which the web browser should navigate. |
Description
The OpenExternalWebBrowser
function launches the default web browser on the local machine and navigates to the URL specified by the url
parameter. Upon success, this function returns true
. If an error is reported by the operating system, then the return value is false
.