união WWAN_IP_CONFIGURATION_FLAGS (wwan.h)
A estrutura WWAN_IP_CONFIGURATION_FLAGS representa sinalizadores que descrevem a disponibilidade do endereço IP, gateway, servidor DNS e/ou informações de MTU de um contexto PDP.
Sintaxe
typedef union {
ULONG Value;
struct {
ULONG AddressAvailable : 1;
ULONG GatewayAvailable : 1;
ULONG DnsServerAvailable : 1;
ULONG MTUAvailable : 1;
};
} WWAN_IP_CONFIGURATION_FLAGS;
Membros
Value
Reservado. Não use.
AddressAvailable
Um endereço está disponível.
GatewayAvailable
Um gateway está disponível.
DnsServerAvailable
Um servidor DNS está disponível.
MTUAvailable
Uma MTU está disponível.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Disponível em Windows 8.1 e versões posteriores do Windows. |
Cabeçalho | wwan.h (inclua Wwan.h) |