This topic has not yet been rated - Rate this topic

HTTP_VERSION_INFO structure

Contains the global HTTP version.

Syntax


typedef struct {
  DWORD dwMajorVersion;
  DWORD dwMinorVersion;
} HTTP_VERSION_INFO, *LPHTTP_VERSION_INFO;

Members

dwMajorVersion

Major version number. Must be 1.

dwMinorVersion

Minor version number. Can be either 1 or zero.

Remarks

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Wininet.h

See also

InternetQueryOption
InternetSetOption

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.