MONITORINFOEX mi; mi.cbSize=sizeof(MONITORINFOEX); GetMonitorInfo(hMonitor,&mi); printf("Device name:%s\t",mi.szDevice);
確定! 回上一頁