void CPrintScr::Print() { HDC hScrDC = CreateDCW(L"DISPLAY", NULL, NULL, NULL); const int nWidth = GetDeviceCaps(hScrDC, HORZRES); const int ...
確定! 回上一頁