Click to return to the Networking, Protocols     
INTERNET_PROXY_INFO Struc...     URL_COMPONENTS Structure     Win32 Internet API Struct...    
Web Workshop  |  Networking, Protocols & Data Formats

INTERNET_VERSION_INFO Structure


Contains the HTTP version number of the server. This structure is used when passing the INTERNET_OPTION_VERSION flag to the InternetQueryOption function.

Syntax

typedef struct {
    DWORD dwMajorVersion;
    DWORD dwMinorVersion;
} INTERNET_VERSION_INFO, * LPINTERNET_VERSION_INFO;

Members

dwMajorVersion
Unsigned long integer value that contains the major version number.
dwMinorVersion
Unsigned long integer value that contains the minor version number.

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.