Condividi tramite


enumerazione NDIS_PROCESSOR_VENDOR (ntddndis.h)

L'enumerazione NDIS_PROCESSOR_VENDOR identifica un fornitore del processore.

Sintassi

typedef enum _NDIS_PROCESSOR_VENDOR {
  NdisProcessorVendorUnknown,
  NdisProcessorVendorGenuinIntel,
  NdisProcessorVendorGenuineIntel,
  NdisProcessorVendorAuthenticAMD
} NDIS_PROCESSOR_VENDOR, *PNDIS_PROCESSOR_VENDOR;

Costanti

 
NdisProcessorVendorUnknown
Il fornitore del processore è sconosciuto.
NdisProcessorVendorGenuinIntel
Il fornitore del processore è Intel.
NdisProcessorVendorGenuineIntel
NdisProcessorVendorAuthenticAMD
Il fornitore del processore è AMD.

Commenti

L'enumerazione NDIS_PROCESSOR_VENDOR viene usata nell'oggetto NDIS_SYSTEM_PROCESSOR_INFO struttura.

Requisiti

Requisito Valore
Client minimo supportato Supportato in NDIS 6.0 e versioni successive.
Intestazione ntddndis.h (include Ndis.h)

Vedi anche

NDIS_SYSTEM_PROCESSOR_INFO