funzione IN4_IS_UNALIGNED_ADDR_UNSPECIFIED (mstcpip.h)
Determina se l'argomento dell'indirizzo (che è consentito non essere idoneo) è l'indirizzo IPv4 non specificato (inaddr_any).
Sintassi
MSTCPIP_INLINE BOOLEAN IN4_IS_UNALIGNED_ADDR_UNSPECIFIED(
const IN_ADDR *a
);
Parametri
a
Tipo: _In_ CONST IN_ADDR *
Puntatore (che può essere non idoneo) all'indirizzo da testare.
Valore restituito
true
se l'indirizzo è l'indirizzo IPv4 non specificato (inaddr_any); in caso contrario, false
.
Requisiti
Requisito | Valore |
---|---|
Intestazione | mstcpip.h |