Jump to content

OEMSVGAINFO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== OEMSVGAINFO ==
== OEMSVGAINFO ==
OEM graphic adapter information data structure.  
OEM graphic adapter information data structure.  


=== Type ===  
=== Type ===  
  [[OS2 API:DataType:USHORT|USHORT]]  AdapterType
  [[OS2 API:DataType:USHORT|USHORT]]  AdapterType
  [[OS2 API:DataType:USHORT|USHORT]]  ChipType
  [[OS2 API:DataType:USHORT|USHORT]]  ChipType
Line 10: Line 8:


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


=== Fields ===
=== Fields ===
  AdapterType  Adapter type.
  AdapterType  Adapter type.
               Value of the chip set manufacturer.
               Value of the chip set manufacturer.
Line 23: Line 19:
  Memory      Video memory.
  Memory      Video memory.
               Memory size of the video adapter detected.
               Memory size of the video adapter detected.
[[OS2_API | Back to OS/2 API]]


[[Category:The OS/2 API Project]]
[[Category:The OS/2 API Project]]

Revision as of 16:13, 13 April 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.