This function opens "Load URL..." dialog that allows you to input parameters required to load image from Internet.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_load_url_dlg( HWND hWnd, LPAT_IGGUI_URL_INFO lpURLInfo ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A handle of the parent window. |
lpURLInfo | LPAT_IGGUI_URL_INFO | A pointer to the AT_IGGUI_URL_INFO structure. |
Function returns TRUE if OK button is clicked; or FALSE otherwise.
All pixel formats supported by ImageGear for C and C++.
This function takes a handle of dialog's parent window and fills AT_IGGUI_URL_INFO structure on successful return. The fields of this structure are a collection of parameters necessary to call InternetConnect and InternetOpen functions.