Jump to content

DMIDATA: Difference between revisions

From EDM2
Created page with " typedef struct _DMIDATA { ULONG packet_size; ULONG packet_revision_number; PVOID DMI_product_ID; PVOID DMI_modifica..."
 
mNo edit summary
Line 13: Line 13:


Use appropriate [[packet_revision_number]]  to  indicate  whether  character data in the parameter packet is in UniCode or ASCII format .
Use appropriate [[packet_revision_number]]  to  indicate  whether  character data in the parameter packet is in UniCode or ASCII format .
[[Category:Data type]]

Revision as of 13:20, 22 January 2018

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 .