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
Major version number.
- dwMinorVersion
Minor version number.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Version | Internet Explorer 3.0 or later |
| Header | Wininet.h |
See Also
- InternetQueryOption
Send comments about this topic to Microsoft
Build date: 11/19/2009