NDIS_PROCESSOR_VENDOR (Compact 2013)

3/26/2014

This enumeration identifies a processor vendor.

Syntax

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

Values

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

Remarks

The NDIS_PROCESSOR_VENDOR enumeration is used in the NDIS_SYSTEM_PROCESSOR_INFO structure.

Requirements

Header

ndis.h

See Also

Reference

NDIS Current Information Enumerations
NDIS_SYSTEM_PROCESSOR_INFO