NDIS_PROCESSOR_VENDOR enumeration (ntddndis.h)

The NDIS_PROCESSOR_VENDOR enumeration identifies a processor vendor.

Syntax

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

Constants

 
NdisProcessorVendorUnknown
The processor vendor is unknown.
NdisProcessorVendorGenuinIntel
The processor vendor is Intel.
NdisProcessorVendorGenuineIntel
NdisProcessorVendorAuthenticAMD
The processor vendor is AMD.

Remarks

The NDIS_PROCESSOR_VENDOR enumeration is used in the NDIS_SYSTEM_PROCESSOR_INFO structure.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.0 and later.
Header ntddndis.h (include Ndis.h)

See also

NDIS_SYSTEM_PROCESSOR_INFO