Browser

Macros

#define OSL_BROWSER_ERROR_MEMORY   -1
 
#define OSL_BROWSER_ERROR_INIT   -2
 

Functions

int oslBrowserInit (char *url, char *downloadDir, int browserMemory, unsigned int displaymode, unsigned int options, unsigned int interfacemode, unsigned int connectmode)
 

Detailed Description

Functions to display Sony's internet browser

Macro Definition Documentation

#define OSL_BROWSER_ERROR_MEMORY   -1

Memory error initializing the browser

#define OSL_BROWSER_ERROR_INIT   -2

Error initializing the browser

Function Documentation

int oslBrowserInit ( char *  url,
char *  downloadDir,
int  browserMemory,
unsigned int  displaymode,
unsigned int  options,
unsigned int  interfacemode,
unsigned int  connectmode 
)

Initializes the internet browser.

Parameters
urlThe url to open
downloadDirThe default download directory
browserMemoryThe amount of memory to allocate for the browser
displaymodeOne of pspUtilityHtmlViewerDisplayModes
optionsOne of pspUtilityHtmlViewerOptions
interfacemodeOne of pspUtilityHtmlViewerInterfaceModes
connectmodeOne of pspUtilityHtmlViewerConnectModes