NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS struttura (ntddndis.h)
La struttura NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS specifica le informazioni sul commutatore della scheda di rete che verrà eliminato dalla scheda di rete.
Sintassi
typedef struct _NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS {
NDIS_OBJECT_HEADER Header;
ULONG Flags;
NDIS_NIC_SWITCH_ID SwitchId;
} NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS, *PNDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS;
Members
Header
Tipo, revisione e dimensione della struttura NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS . Questo membro viene formattato come struttura NDIS_OBJECT_HEADER .
Il driver miniport deve impostare il membro Type di Intestazione su NDIS_OBJECT_TYPE_DEFAULT. Per specificare la versione della struttura NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS , il driver deve impostare il membro Revisionedell'intestazione sul valore seguente.
NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS_REVISION_1
Versione originale per NDIS 6.30.
Impostare il membro Size su NDIS_SIZEOF_NIC_SWITCH_PARAMETERS_REVISION_1.
Flags
Valore ULONG che contiene un OR bit per bit di flag. Questo membro è riservato per NDIS.
SwitchId
Valore NDIS_NIC_SWITCH_ID che specifica un identificatore di commutatore. L'identificatore del commutatore è un intero compreso tra zero e il numero di commutatori supportati dalla scheda di rete. Un valore NDIS_DEFAULT_SWITCH_ID indica il commutatore della scheda di rete predefinito.
Commenti
La struttura NDIS_NIC_SWITCH_DELETE_SWITCH_PARAMETERS viene usata nelle richieste del metodo OID di OID_NIC_SWITCH_DELETE_SWITCH.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato in NDIS 6.30 e versioni successive. |
Intestazione | ntddndis.h (include Ndis.h) |
Vedi anche