HTTPAPI_LESS_VERSION macro (http.h)
The HTTPAPI_LESS_VERSION returns a non-zero value if an HTTPAPI_VERSION structure is less than a specified major/minor version combination, or zero otherwise.
Syntax
void HTTPAPI_LESS_VERSION(
version,
major,
minor
);
Parameters
version
The HTTPAPI_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
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | http.h |