WSCLib SDK 1.0.0
GPU-accelerated video output framework for Windows
Loading...
Searching...
No Matches
Navigation

Functions

WSCWResult WSCW_Navigate (int browserId, const char *url)
 Navigate to a new URL.
WSCWResult WSCW_Reload (int browserId)
 Reload the current page.
WSCWResult WSCW_GoBack (int browserId)
 Navigate back.
WSCWResult WSCW_GoForward (int browserId)
 Navigate forward.

Detailed Description

Function Documentation

◆ WSCW_Navigate()

WSCWResult WSCW_Navigate ( int browserId,
const char * url )

Navigate to a new URL.

Parameters
browserIdBrowser ID.
urlURL to load.
Returns
WSCW_OK on success.

◆ WSCW_Reload()

WSCWResult WSCW_Reload ( int browserId)

Reload the current page.

Parameters
browserIdBrowser ID.
Returns
WSCW_OK on success.

◆ WSCW_GoBack()

WSCWResult WSCW_GoBack ( int browserId)

Navigate back.

Parameters
browserIdBrowser ID.
Returns
WSCW_OK on success.

◆ WSCW_GoForward()

WSCWResult WSCW_GoForward ( int browserId)

Navigate forward.

Parameters
browserIdBrowser ID.
Returns
WSCW_OK on success.