hdc = CreateDC(_T("DISPLAY"), NULL, NULL, NULL);
WHND hwnd = GetDesktopWindow(); HDC hdc = GetDC(hwnd);
DeleteDC(hdc);