Jump to content

DMIDATA

From EDM2
Revision as of 13:20, 22 January 2018 by Martini (talk | contribs)
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 .