Jump to content

OEMSVGAINFO: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


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


==== C Declaration Method ====
==== C Declaration Method ====
Line 11: Line 11:


=== Fields ===
=== Fields ===
AdapterType Adapter type.
;AdapterType:Adapter type.
              Value of the chip set manufacturer.
: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.


ChipType    Chip Type.
[[Category:Data type]]
              Chip type value according to the specific manufacturer.
 
Memory      Video memory.
              Memory size of the video adapter detected.
 
[[Category:The OS/2 API Project]]

Revision as of 02:18, 21 December 2016

OEMSVGAINFO

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.