Click to Rate and Give Feedback
MSDN
MSDN Library
Networking
Network Protocols
Windows Internet
WinINet Reference
WinINet Structures
 INTERNET_VERSION_INFO Structure

  Switch on low bandwidth view
INTERNET_VERSION_INFO Structure

Contains the HTTP version number of the server. This structure is used when passing the INTERNET_OPTION_VERSION flag to the InternetQueryOption function.

Syntax

C++
typedef struct {
  DWORD dwMajorVersion;
  DWORD dwMinorVersion;
}INTERNET_VERSION_INFO, * LPINTERNET_VERSION_INFO;

Members

dwMajorVersion

Major version number.

dwMinorVersion

Minor version number.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
VersionInternet Explorer 3.0 or later
HeaderWininet.h

See Also

InternetQueryOption

Send comments about this topic to Microsoft

Build date: 7/9/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker