// ntddndis.h
typedef enum _NDIS_PROCESSOR_VENDOR {
NdisProcessorVendorUnknown,
NdisProcessorVendorGenuinIntel,
NdisProcessorVendorGenuineIntel,
NdisProcessorVendorAuthenticAMD
} NDIS_PROCESSOR_VENDOR, *PNDIS_PROCESSOR_VENDOR;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_PROCESSOR_VENDOR enumeration identifies a processor vendor.
NdisProcessorVendorUnknownThe processor vendor is unknown.
NdisProcessorVendorGenuinIntelThe processor vendor is Intel.
NdisProcessorVendorGenuineIntelNdisProcessorVendorAuthenticAMDThe processor vendor is AMD.
The NDIS_PROCESSOR_VENDOR enumeration is used in the NDIS_SYSTEM_PROCESSOR_INFO structure.