Searched refs:desktop_dc (Results 1 – 1 of 1) sorted by relevance
43 HDC desktop_dc = GetDC(NULL); in WriteScreenDPIInformationProto() local44 if (desktop_dc) { in WriteScreenDPIInformationProto()46 if (EnumDisplayMonitors(desktop_dc, NULL, GetMonitorDPICallback, in WriteScreenDPIInformationProto()51 ReleaseDC(GetDesktopWindow(), desktop_dc); in WriteScreenDPIInformationProto()