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: 10/8/2009

Tags :


Page view tracker