Searched refs:hdc (Results 1 – 1 of 1) sorted by relevance
1909 HDC hdc = ::GetDC(NULL); in GetSystemDPI() local1911 int dpi = GetDeviceCaps(hdc, LOGPIXELSX); in GetSystemDPI()1913 ::ReleaseDC(NULL, hdc); in GetSystemDPI()