funzione IN4_IS_ADDR_UNSPECIFIED (mstcpip.h)
Determina se l'argomento dell'indirizzo è l'indirizzo IPv4 non specificato (inaddr_any).
Sintassi
MSTCPIP_INLINE BOOLEAN IN4_IS_ADDR_UNSPECIFIED(
const IN_ADDR *a
);
Parametri
a
Tipo: _In_ CONST IN_ADDR *
Puntatore 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 |