Jump to content

OEMINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 27: Line 27:
                   Manufacturer-specific data is in a format designated by the
                   Manufacturer-specific data is in a format designated by the
                   manufacturer.
                   manufacturer.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:03, 1 November 2011

OEMINFO

OEM information data structure.

Type

ULONG   OEMLength
USHORT  Manufacturer
ULONG   ManufacturerData

C Declaration Method

typedef struct

Fields

OEMLength         Length
                  Represents the combined length of all parameter packet
                  fields. This is a required field for all calls, including
                  those made by way of the 32-bit DosDevIOCtl, with a minimum
                  packet length of 10 bytes.
  
Manufacturer      Manufacturer Specific Data
                  Identifies the name of the manufacturer.
ManufacturerData  Manufacturer specific data
                  Manufacturer-specific data is in a format designated by the
                  manufacturer.



Back to OS/2 API