HTTP_VERSION_INFO (Windows CE 5.0)
This structure contains the global HTTP version.
typedef struct {DWORDdwMajorVersion;DWORDdwMinorVersion;} 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
Send Feedback on this topic to the authors