IN6_IS_ADDR_V4MAPPED function (ws2ipdef.h)
Determines whether the address argument is an IPv4-mapped IPv6 address.
Syntax
BOOLEAN IN6_IS_ADDR_V4MAPPED(
const IN6_ADDR *a
);
Parameters
a
Type: CONST IN6_ADDR *
The address to test.
Return value
true
if the address is an IPv4-mapped IPv6 address; otherwise, false
.
Requirements
Requirement | Value |
---|---|
Header | ws2ipdef.h |