Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The HTTP_NOT_EQUAL_VERSION macro returns a non-zero value if an HTTP_VERSION structure is greater or less than a specified major/minor version combination, or zero if it is equal.
Syntax
int HTTP_NOT_EQUAL_VERSION(
HTTP_VERSION version,
USHORT major,
USHORT minor
);
Parameters
version
The HTTP_VERSION structure to be examined.
major
The major portion of the version to be compared.
minor
The minor portion of the version to be compared.
Return value
Type: int
Returns an integer that is either zero (false) or non-zero (true), that indicates whether or not the value of the version parameter is unequal to the version combination passed in the major and minor parameters.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | http.h |