摘要:
void OnScreenSave(){ HDC hScrDC, hMemDC; int width, height; BYTE *lpBitmapBits = NULL; hScrDC = CreateDC(_T("DISPLAY"), NULL, NULL, NULL); width = GetDeviceCaps(hScrDC, HORZRES); height = GetDeviceCaps(hScrDC, VERTRES); hMemDC = CreateCompatibleDC(hScrDC); BITMAPINFO RGB24BitsBITMAPINFO; Z 阅读全文
posted @ 2011-03-21 08:58
ezhong
阅读(499)
评论(0)
推荐(0)
浙公网安备 33010602011771号