Contents Index Topic Contents | ||
Previous Topic: GOPHER_FIND_DATA Next Topic: INTERNET_ASYNC_RESULT |
HTTP_VERSION_INFO
typedef struct{ DWORD dwMajorVersion; DWORD dwMinorVersion;Contains the global HTTP version (either 1.0 or 1.1).
- dwMajorVersion
- Major version number. Must be 1.
- dwMinorVersion
- Minor version number. Can be either 1 or 0.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.