Jump to content

OEMSVGAINFO: 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:
== OEMSVGAINFO ==
OEM graphic adapter information data structure.  
OEM graphic adapter information data structure.  


=== Type ===  
=== Type ===  
 
  [[USHORT]]  AdapterType
  [[OS2 API:DataType:USHORT|USHORT]]  AdapterType
  USHORT  ChipType
  [[OS2 API:DataType:USHORT|USHORT]] ChipType
  [[ULONG]]  Memory
  [[OS2 API:DataType:ULONG|ULONG]]  Memory


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


=== Fields ===
=== Fields ===
;AdapterType:Adapter type.
:Value of the chip set manufacturer.
;ChipType:Chip Type.
:Chip type value according to the specific manufacturer.
;Memory:Video memory.
:Memory size of the video adapter detected.


AdapterType  Adapter type.
[[Category:Data type]]
              Value of the chip set manufacturer.
 
ChipType    Chip Type.
              Chip type value according to the specific manufacturer.
 
Memory      Video memory.
              Memory size of the video adapter detected.

Latest revision as of 14:10, 24 May 2017

OEM graphic adapter information data structure.

Type

USHORT  AdapterType
USHORT  ChipType
ULONG   Memory

C Declaration Method

typedef struct

Fields

AdapterType
Adapter type.
Value of the chip set manufacturer.
ChipType
Chip Type.
Chip type value according to the specific manufacturer.
Memory
Video memory.
Memory size of the video adapter detected.