Category Windows and views, Object ProWindow

Function ProWindowURLGet


Description
Get the URL displayed in the window's embedded browser.
Replacement in Object TOOLKIT: pfcWindow::GetURL
Synopsis
#include <ProWindows.h>
ProErrorProWindowURLGet(
int window_id
/* (In)
The window identifier (containing the embedded browser)
*/
wchar_t** url
/* (Out)
The URL displayed in the embedded browser. NULL if the browser has not loaded a page yet Free this string using ProWstringFree() .
*/
)
Returns
PRO_TK_NO_ERRORThe function retrieved the information.
PRO_TK_BAD_INPUTSThe window identifer was invalid.
PRO_TK_GENERAL_ERRORThe function failed .

Manual References:

  1. User Interface: Basic Graphics: Manipulating the Embedded Browser in Windows