Platform SDK |
HDC |
hdc=::GetDC(m_hWnd); |
|
MFC |
CDC |
*pDC=GetDC(); |
|
MFC |
CClientDC |
dc(this); |
dc(GetParent()); |
MFC |
CWindowDC |
dc(this); |
dc(GetDesktopWindow()); |
Platform SDK |
HDC |
hdc=::GetDC(m_hWnd); |
|
MFC |
CDC |
*pDC=GetDC(); |
|
MFC |
CClientDC |
dc(this); |
dc(GetParent()); |
MFC |
CWindowDC |
dc(this); |
dc(GetDesktopWindow()); |