|
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()); |
860
880

被折叠的 条评论
为什么被折叠?