How to distinguish a dedicated and integrated gpu map through C ++?

I want to know through WMI or other means in C ++, if the user has a built-in or dedicated GPU board?

I switched to Win32_VideoController and could not find anything that would help me differentiate them.

Thanks in advance.

+7
c ++ windows wmi
source share

No one has answered this question yet.

See related questions:

3076
What are the differences between a pointer variable and a reference variable in C ++?
1783
C ++ 11 introduced a standardized memory model. What does it mean? And how will this affect C ++ programming?
1709
How can I profile C ++ code running on Linux?
1518
Image Processing: Enhanced Coca-Cola Can Recognition Algorithm
1250
Replacing a 32-bit loop counter with 64-bit values โ€‹โ€‹results in crazy performance deviations
707
Difference between 'struct' and 'typedef struct' in C ++?
471
Why is this program mistakenly rejected by three C ++ compilers?
89
Difference between strings and char [] types in C ++
8
Forced machine to use a dedicated graphics card?
0
How to determine a working graphics card in a multi-system?

All Articles