Jump to content

PDISABLEPRODUCT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m overlinking resolved
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<code>
#REDIRECT[[DISABLEPRODUCT]]
typedef struct _DISABLEPRODUCT {
  UniChar      *DMI_vendor_tag;
  UniChar      *DMI_tag;
  UniChar      *DMI_revision;
} DISABLEPRODUCT;
typedef DISABLEPRODUCT *PDISABLEPRODUCT;
</code>
;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.


[[Category:Data type]]
[[Category:Data type]]

Latest revision as of 17:02, 23 January 2018

Redirect to: