Contains the HTTP version number of the server. This structure is used when passing the INTERNET_OPTION_VERSION flag to the InternetQueryOption function.
Syntax
typedef struct { DWORD dwMajorVersion; DWORD dwMinorVersion; } INTERNET_VERSION_INFO, * LPINTERNET_VERSION_INFO;
Members
- dwMajorVersion
- Unsigned long integer value that contains the major version number.
- dwMinorVersion
- Unsigned long integer value that contains the minor version number.
Structure Information
Windows NT Use version 4.0. Implemented only as an ANSI structure. Windows Use Windows 95 and later. Implemented only as an ANSI structure. Header Wininet.h Minimum availability Internet Explorer 3.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0