NDIS_PROCESSOR_VENDOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddndis.h

typedef enum _NDIS_PROCESSOR_VENDOR {
  NdisProcessorVendorUnknown,
  NdisProcessorVendorGenuinIntel,
  NdisProcessorVendorGenuineIntel,
  NdisProcessorVendorAuthenticAMD
} NDIS_PROCESSOR_VENDOR, *PNDIS_PROCESSOR_VENDOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_processor_vendor)

_NDIS_PROCESSOR_VENDOR enumeration

Description

The NDIS_PROCESSOR_VENDOR enumeration identifies a 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.

See also

NDIS_SYSTEM_PROCESSOR_INFO