Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.06 KB

nf-ws2ipdef-in6_is_addr_v4mapped.md

File metadata and controls

65 lines (54 loc) · 1.06 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:ws2ipdef.IN6_IS_ADDR_V4MAPPED
WinSock
IN6_IS_ADDR_V4MAPPED
11/21/2023
Windows
false
function
ws2ipdef.h
apiref
ws2ipdef.h
IN6_IS_ADDR_V4MAPPED
IN6_IS_ADDR_V4MAPPED
ws2ipdef/IN6_IS_ADDR_V4MAPPED
c++
IN6_IS_ADDR_V4MAPPED

-description

Determines whether the address argument is an IPv4-mapped IPv6 address.

-parameters

-param a

Type: CONST IN6_ADDR *

The address to test.

-returns

true if the address is an IPv4-mapped IPv6 address; otherwise, false.

-returns

-remarks

-see-also