API 文件集 > Windows and views > Object ProWindow > Function ProWindowURLGet
Function ProWindowURLGet
Description
Get the URL displayed in the window's embedded browser.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
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
The function retrieved the information.
The window identifer was invalid.
The function failed .
這是否有幫助?