ImageGear Professional DLL v17.2 for Windows
AT_IGGUI_URL_INFO
Send Feedback
ImageGear Professional DLL v17.2 for Windows > API Reference Guide > GUI Component API Reference > GUI Component Structures Reference > AT_IGGUI_URL_INFO

Glossary Item Box

This structure is used by the IG_gui_load_url_dlg function to input parameters required to load image from Internet.

Declaration:

  Copy Code
typedef  struct  tagAT_IGGUI_URL_INFO
{
        CHAR HostName[_MAX_PATH]; 
        CHAR URLPath[_MAX_PATH];  
        CHAR UserName[80];        
        CHAR Password[80];        
        LONG nServerPort;         
        DWORD dwService;           
        DWORD dwAccessType;        
        CHAR ProxyName[ _MAX_PATH];
        CHAR ProxyBypass[ _MAX_PATH];
        DWORD dwFlags;             
}AT_IGGUI_URL_INFO;

Members:

Name Type Description
HostName CHAR Filename of host from where to load.
URLPath CHAR URL path.
UserName CHAR The same as InternetConnect(...lpszUserName...).
Password CHAR The same as InternetConnect(...lpszPassword...).
nServerPort LONG The same as InternetConnect(...nServerPort...).
dwService DWORD The same as InternetConnect(...dwService...).
dwAccessType DWORD The same as InternetOpen(...dwAccessType.. ).
ProxyName CHAR The same as InternetOpen(...lpszProxyName...).
ProxyBypass CHAR The same as InternetOpen(...lpszProxyBypass...).
dwFlags DWORD The same as InternetOpen(...dwFlags...).

©2012. Accusoft Corporation. All Rights Reserved.