size of video ram

I use the GetCaps(..) function to receive the video ram size (dwVidMemTotal). This works fine so far. But how can I ask for the video ram size if I have more then one graphic card installed, and want to know the available ram size for each card

Answer this question

size of video ram

  • Gary Fuhr

    You can use Manager.GetDeviceCaps“ to query the device caps for every adapter in your system. To get the number of adapters you can check Manager.Adapters.Count“



  • size of video ram