Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 1.13 KB

nf-mstcpip-in4_addr_equal.md

File metadata and controls

69 lines (56 loc) · 1.13 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NF:mstcpip.IN4_ADDR_EQUAL
WinSock
IN4_ADDR_EQUAL
11/21/2023
Windows
false
function
mstcpip.h
apiref
mstcpip.h
IN4_ADDR_EQUAL
IN4_ADDR_EQUAL
mstcpip/IN4_ADDR_EQUAL
c++
IN4_ADDR_EQUAL

-description

Determines whether two IPv4 addresses are equal.

-parameters

-param a

Type: _In_ CONST IN_ADDR *

Pointer to the first address.

-param b

Type: _In_ CONST IN_ADDR *

Pointer to the second address.

-returns

true if the two addresses arguments point to values that are equal; otherwise, false.

-remarks

-see-also