Jump to content

PDISABLEPRODUCT: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m overlinking resolved
Ak120 (talk | contribs)
m Redirected page to DISABLEPRODUCT
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]]

Revision as of 17:00, 23 January 2018

Redirect to: