funzione IN6_IS_ADDR_V4COMPAT (ws2ipdef.h)
Determina se l'argomento dell'indirizzo è un indirizzo IPv4 compatibile con IPv6.
Sintassi
BOOLEAN IN6_IS_ADDR_V4COMPAT(
const IN6_ADDR *a
);
Parametri
a
Indirizzo da testare.
Valore restituito
true
se l'indirizzo è un indirizzo IPv4 compatibile con IPv6; in caso contrario, false
.
Requisiti
Intestazione | ws2ipdef.h |