Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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
int HTTP_LESS_VERSION(
HTTPAPI_VERSION version,
USHORT major,
USHORT 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
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 less than or equal to the version combination passed in the major and minor parameters.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | http.h |