WinInet Structures
The following table shows the WinInet structures with a description of the purpose of each.
Programming element | Description |
---|---|
HTTP_VERSION_INFO | This structure contains the global HTTP version. |
INTERNET_ASYNC_RESULT | This structure contains the result of a call to an asynchronous function. |
INTERNET_AUTH_NOTIFY_DATA | This structure contains the notification data for an authentication request. |
INTERNET_BUFFERS | This structure contains both the data and header information. |
INTERNET_CACHE_ENTRY_INFO | This structure contains information about an entry in the Internet cache. |
INTERNET_CACHE_GROUP_INFO | This structure contains the information for a particular cache group. |
INTERNET_CACHE_TIMESTAMPS | This structure contains the LastModified and Expire times for a resource stored in the Internet cache. |
INTERNET_CERTIFICATE_INFO | This structure contains certificate information returned from the server. |
INTERNET_CONNECTED_INFO | This structure contains the information to set the global online/offline state. |
INTERNET_PER_CONN_OPTION | This structure contains the value of an option. |
INTERNET_PER_CONN_OPTION_LIST | This structure contains the list of options for a particular Internet connection. |
INTERNET_PROXY_INFO | This structure contains information that is supplied with the INTERNET_OPTION_PROXY value to get or set proxy information on a handle obtained from a call to the InternetOpen function. |
INTERNET_VERSION_INFO | This structure contains the HTTP version number of the server. |
URL_COMPONENTS | This structure contains the constituent parts of a URL. |
See Also
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.