摘要:
#include #include #include BOOL CALLBACK MonitorEnumProc(HMONITOR hMonitor,HDC hdcMonitor,LPRECT lprcMonitor,LPARAM dwData){ MONITORINFOEX mi; mi.cbSize=sizeof(MONITORINFOEX); GetMonitorInfo(hMonitor,... 阅读全文
posted @ 2005-12-23 12:13
Max Woods
阅读(1221)
评论(0)
推荐(0)
浙公网安备 33010602011771号