Quote:
Originally Posted by Gupta
bro just use wmi, you'll require class - win32_VideoController property - AdapterRAM
or if you want to play lazy, you can just parse the output of this
Code:
wmic path win32_VideoController get AdapterRAM
|
Does not work for video cards over 4 GB look at
win32_VideoController
uint32 AdapterRAM;
uint32 = unsigned integer 32 bits = 2^32 = 4294967296 bytes = 4 GB