HTTP_VERSION_INFO
A version of this page is also available for
4/8/2010
This structure contains the global HTTP version.
Syntax
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
Header | wininet.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |