Function ProWindowURLShow
Description
Set the URL displayed in the window's embedded browser.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowURLShow
(
int window_id
/* (In)
The window identifier (containing the embedded browser)
*/
wchar_t* url
/* (In)
The URL to display in the embedded browser.
*/
)
Returns
The function retrieved the information.
The function failed.
The window identifier was invalid.
Sample Code References
User Guide References
¿Fue esto útil?