Searched refs:hClipRgn (Results 1 – 1 of 1) sorted by relevance
461 HRGN hClipRgn = CreateRectRgn(0, 0, 1, 1); in GetClipRgn() local462 if (::GetClipRgn(m_hDC, hClipRgn) == 0) { in GetClipRgn()463 DeleteObject(hClipRgn); in GetClipRgn()464 hClipRgn = NULL; in GetClipRgn()466 return (FX_LPVOID)hClipRgn; in GetClipRgn()