Searched refs:hdc (Results 1 – 1 of 1) sorted by relevance
99 HDC hdc; in center_dialog() local107 hdc = GetDC(NULL); in center_dialog()108 scrwidth = GetDeviceCaps(hdc, HORZRES); in center_dialog()109 scrheight = GetDeviceCaps(hdc, VERTRES); in center_dialog()110 ReleaseDC(NULL, hdc); in center_dialog()