OEM information data structure.

typedef struct _OEMINFO {
  ULONG      OEMLength;         /*  Length */
  USHORT     Manufacturer;      /*  Manufacturer Specific Data */
  ULONG      ManufacturerData;  /*  Manufacturer specific data */
} OEMINFO;


[Back] [Next]