Jump to content

DISABLEPRODUCT

From EDM2
Revision as of 17:25, 2 May 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
DMI_vendor_tag (UniChar *)
Pointer to the short product manufacturer name that was logged in the DMI database.
DMI_tag (UniChar *)
Pointer to the short product name that was logged in the DMI database.
DMI_revision (UniChar *)
Pointer to the product revision information that was logged in the DMI database.

Example Code

 typedef struct _DISABLEPRODUCT {
   UniChar      *DMI_vendor_tag;
   UniChar      *DMI_tag;
   UniChar      *DMI_revision;
 } DISABLEPRODUCT;
 
 typedef DISABLEPRODUCT *PDISABLEPRODUCT;