hDc=GetDC(hwnd);
编译提示:error C2660: 'GetDC' : function does not take 1 parameters
我写的ReleaseDC(hwnd,hDc);hDC = BeginPaint(hwnd, &ps);EndPaint(hwnd, &ps);都有这样的问题,这是为什么,该怎么解决呢?