Jump to content

DMIDATA

From EDM2
Revision as of 22:30, 21 January 2018 by Martini (talk | contribs) (Created page with " typedef struct _DMIDATA { ULONG packet_size; ULONG packet_revision_number; PVOID DMI_product_ID; PVOID DMI_modifica...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
typedef struct _DMIDATA {
  ULONG         packet_size;
  ULONG         packet_revision_number;
  PVOID         DMI_product_ID;
  PVOID         DMI_modification_level;
  PVOID         DMI_fix_level;
  ULONG         template_filename_length;
  PVOID         template_filename;
} DMIDATA;

typedef   DMIDATA   * PDMIDATA ;

Use appropriate packet_revision_number to indicate whether character data in the parameter packet is in UniCode or ASCII format .