Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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