20120821-GetDC

HDC GetDC(
  HWND hWnd   // handle to a window
);


注意,GetDC()以后,一定要记着ReleaseDC,以免内存泄露

DC是一种设备,HDC是设备句柄

你可能感兴趣的:(20120821-GetDC)