Searched refs:hClipRgn (Results 1 – 1 of 1) sorted by relevance
517 HRGN hClipRgn = CreateRectRgn(0, 0, 1, 1); in GetClipRgn() local518 if (::GetClipRgn(m_hDC, hClipRgn) == 0) { in GetClipRgn()519 DeleteObject(hClipRgn); in GetClipRgn()520 hClipRgn = NULL; in GetClipRgn()522 return (void*)hClipRgn; in GetClipRgn()