OEMSVGAINFO: Difference between revisions
Appearance
New |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
OEM graphic adapter information data structure. | OEM graphic adapter information data structure. | ||
=== Type === | === Type === | ||
[[USHORT]] AdapterType | |||
[[ | USHORT ChipType | ||
[[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. | |||
[[Category:Data type]] | |||
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.