Home > Back-end >  How to get the display name, or a unique identifier
How to get the display name, or a unique identifier

Time:10-01

CodePudding user response:

Unique identification could be obtained by EnumDisplayMonitors and GetMonitorInfo, as for the display name, suggest using SetupAPI

CodePudding user response:

Can consider to use WMI to obtain, here is an example of a long procedure, just slightly change
http://www.cppfans.com/articles/system/bcb_wmi.asp
  • Related