Jump to content

OEMINFO: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== OEMINFO ==
OEM information data structure.


OEM information data structure.
=== Type ===
 
  [[ULONG]]  OEMLength
=== Type ===  
  [[USHORT]]  Manufacturer
 
  ULONG  ManufacturerData
  [[OS2 API:DataType:ULONG|ULONG]]  OEMLength
  [[OS2 API:DataType:USHORT|USHORT]]  Manufacturer
  [[OS2 API:DataType:ULONG|ULONG]]   ManufacturerData


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== 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.


OEMLength        Length
[[Category:Data type]]
                  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.

Latest revision as of 09:11, 12 October 2022

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.