#include <SysInfo.h>
Data Fields | |
int | iBPP |
Color depth - Bits per pixel. | |
int | iX |
Resolution - X. | |
int | iY |
Resolution - Y. | |
int | iDPI |
float | flRefreshRate |
Refresh rate. | |
wchar_t | szMonitorNumber [MAX_MONITOR_INFO_LEN] |
Monitor Identifier (as in "Identify monitor"). | |
wchar_t | szDisplay [MAX_MONITOR_INFO_LEN] |
A Monitor Attribute display string. | |
char | EDID_ModelName [MAX_EDID_STR_LEN] |
char | EDID_SerialNum_Str [MAX_EDID_STR_LEN] |
int | EDID_SerialNum_Int |
int iBPP |
Color depth - Bits per pixel.
int iX |
Resolution - X.
int iY |
Resolution - Y.
int iDPI |
float flRefreshRate |
Refresh rate.
wchar_t szMonitorNumber[MAX_MONITOR_INFO_LEN] |
Monitor Identifier (as in "Identify monitor").
wchar_t szDisplay[MAX_MONITOR_INFO_LEN] |
A Monitor Attribute display string.
char EDID_ModelName[MAX_EDID_STR_LEN] |
char EDID_SerialNum_Str[MAX_EDID_STR_LEN] |