Skip to content

Latest commit

 

History

History
74 lines (61 loc) · 2.04 KB

nf-http-http_less_equal_version.md

File metadata and controls

74 lines (61 loc) · 2.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:http.HTTP_LESS_EQUAL_VERSION
HTTP_LESS_EQUAL_VERSION macro (http.h)
Returns a non-zero value if an HTTP_VERSION structure is less than or equal to a specified major/minor version combination, or zero otherwise.
HTTP_LESS_EQUAL_VERSION
HTTP_LESS_EQUAL_VERSION macro [HTTP]
_http_http_less_equal_version
http.http_less_equal_version
http/HTTP_LESS_EQUAL_VERSION
http\http_less_equal_version.htm
http
c543c8cf-9574-49a8-a123-bfdaa8c6f041
12/05/2018
HTTP_LESS_EQUAL_VERSION, HTTP_LESS_EQUAL_VERSION macro [HTTP], _http_http_less_equal_version, http.http_less_equal_version, http/HTTP_LESS_EQUAL_VERSION
http.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
HTTP_LESS_EQUAL_VERSION
http/HTTP_LESS_EQUAL_VERSION
c++
APIRef
kbSyntax
HeaderDef
Http.h
HTTP_LESS_EQUAL_VERSION

HTTP_LESS_EQUAL_VERSION macro

-description

The HTTP_LESS_EQUAL_VERSION macro returns a non-zero value if an HTTP_VERSION structure is less than or equal to a specified major/minor version combination, or zero otherwise.

-parameters

-param version

The HTTP_VERSION structure to be examined.

-param major

The major portion of the version to be compared.

-param minor

The minor portion of the version to be compared.

-see-also

HTTP Server API Version 1.0 Macros