HWndDC.h | 39 , m_hdc(0) 45 , m_hdc(::GetDC(hwnd)) 51 , m_hdc(::GetDCEx(hwnd, hrgnClip, flags)) 64 m_hdc = ::GetDC(hwnd); 65 return m_hdc; 70 if (!m_hdc) 72 ::ReleaseDC(m_hwnd, m_hdc); 74 m_hdc = 0; 79 return m_hdc; 84 HDC m_hdc; member in class:blink::HWndDC [all...] |