摘要:
1 HBITMAP GetScreenBmp() 2 { 3 HWND hwnd = ::GetDesktopWindow(); 4 HDC hsrc = ::GetDC(hwnd); 5 HDC hmemdc = ::CreateCompatibleDC(hsrc); 6 RECT rc; ::GetWindowRect(hwnd,&rc); 7 ... 阅读全文
posted @ 2017-10-27 09:33
风的哀伤
阅读(693)
评论(0)
推荐(0)

浙公网安备 33010602011771号