GetDC(NULL) is the screen HDC and the screen is a shared resource, therefore you should only do read/query operations on this HDC.
確定! 回上一頁