Contents Index Topic Contents | ||
Previous Topic: INTERNET_SCHEME Next Topic: URL_COMPONENTS |
INTERNET_VERSION_INFO
typedef struct { DWORD dwMajorVersion; DWORD dwMinorVersion; } INTERNET_VERSION_INFO, * LPINTERNET_VERSION_INFO;Contains the HTTP version number of the server. This structure is used when passing the INTERNET_OPTION_VERSION flag to the InternetQueryOption function.
- dwMajorVersion
- Major version number.
- dwMinorVersion
- Minor version number.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.