Description | |||||||||||
Get the URL displayed in the window's embedded browser. | |||||||||||
Replacement in Object TOOLKIT: | pfcWindow::GetURL | ||||||||||
Synopsis | |||||||||||
#include <ProWindows.h> | |||||||||||
ProError | ProWindowURLGet | ( | |||||||||
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 | |||||||||||
|