Dynamic Windows Function [dw_browse]
Syntax
int dw_browse(char *url)
Parameters
char *url: Uniform resource locator.
Returns
int DW_ERROR_UNKNOWN (-1) on error; DW_ERROR_NONE (0) or a positive Process ID on success.
Description
Loads a web browser pointed at the given URL.