In Windows, how can I find out if a GPU is detachable?
If I run dxdiag.exe and save a report, it gives me the value:
Detachable GPU: Yes
How can I get this value programmatically? I want to avoid calling dxdiag.exe and dumping the result to a file and parsing it since it is quite slow, and I only need one value.