OEMSVGAINFO: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Type === | === Type === | ||
[[ | [[USHORT]] AdapterType | ||
USHORT ChipType | |||
[[ | [[ULONG]] Memory | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
Line 11: | Line 11: | ||
=== 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]] | |||
[[Category: |
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.