Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 1.85 KB

nf-http-httpapi_equal_version.md

File metadata and controls

73 lines (60 loc) · 1.85 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.HTTPAPI_EQUAL_VERSION
HTTPAPI_EQUAL_VERSION macro (http.h)
Returns a non-zero value if an HTTPAPI_VERSION structure is exactly equal to a specified major/minor version combination, or zero otherwise.
HTTPAPI_EQUAL_VERSION
HTTPAPI_EQUAL_VERSION macro [HTTP]
http.httpapi_equal_version
http/HTTPAPI_EQUAL_VERSION
http\httpapi_equal_version.htm
http
e6af7b3a-2e2f-4a50-bef6-9e5b6503cd71
12/05/2018
HTTPAPI_EQUAL_VERSION, HTTPAPI_EQUAL_VERSION macro [HTTP], http.httpapi_equal_version, http/HTTPAPI_EQUAL_VERSION
http.h
Windows
Windows
19H1
HTTPAPI_EQUAL_VERSION
http/HTTPAPI_EQUAL_VERSION
c++
APIRef
kbSyntax
HeaderDef
http.h
HTTP_EQUAL_VERSION

HTTPAPI_EQUAL_VERSION macro

-description

The HTTPAPI_EQUAL_VERSION returns a non-zero value if an HTTPAPI_VERSION structure is exactly equal to a specified major/minor version combination, or zero otherwise.

-parameters

-param version

The HTTPAPI_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