Searched refs:hScreenDC (Results 1 – 1 of 1) sorted by relevance
2879 HDC hScreenDC; in XS() local2896 hScreenDC = pDevOpenDC(perl_hab_GET(), OD_MEMORY, (PSZ)"*", 0, in XS()2898 if (CheckWinError(hScreenDC)) in XS()2901 hScreenDC = (HDC)SvIV(ST(0)); in XS()2906 hScreenDC = pWinOpenWindowDC(hwnd); /* No need to DevCloseDC() */ in XS()2907 if (CheckWinError(hScreenDC)) in XS()2910 if (CheckWinError(pDevQueryCaps(hScreenDC, in XS()2929 if (CheckWinError(pDevQueryCaps(hScreenDC, i, 1, &l))) in XS()2939 if (!items && CheckWinError(pDevCloseDC(hScreenDC))) in XS()