Share via


HTTP_VERSION_INFO

This structure contains the global HTTP version.

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

Members

  • dwMajorVersion
    Unsigned long integer value that contains the major version number. Must be 1.
  • dwMinorVersion
    Unsigned long integer value that contains the minor version number. Can be either 1 or 0.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.

See Also

WinInet Structures

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.