Click to return to the Networking, Protocols     
GOPHER_FIND_DATA Structur...     INTERNET_ASYNC_RESULT Str...     Win32 Internet API Struct...    
Web Workshop  |  Networking, Protocols & Data Formats

HTTP_VERSION_INFO Structure


Contains the global HTTP version.

Syntax

typedef  struct{
    DWORD dwMajorVersion;
    DWORD dwMinorVersion; 

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.

Structure Information

Windows NT Use version 4.0. Implemented only as an ANSI structure.
Windows Use Windows 95 and later. Implemented only as an ANSI structure.
Header Wininet.h
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.