2020年4月6日
摘要: HDC hdc = CreateDC("DISPLAY", _T("Microsoft Mirror Driver"), NULL, NULL); HDC memDC = ::CreateCompatibleDC(hdc); HBITMAP hBitmap = ::CreateCompatibleB 阅读全文
posted @ 2020-04-06 21:52 弘道者 阅读(825) 评论(0) 推荐(0)