Contains the HTTP version number of the server. This structure is used when passing the INTERNET_OPTION_VERSION flag to the
InternetQueryOption function.
typedef struct {
DWORD dwMajorVersion;
DWORD dwMinorVersion;
}INTERNET_VERSION_INFO, * LPINTERNET_VERSION_INFO;