Показать сообщение отдельно

  #1  
Старый 03.05.2020, 10:59
ALF
Постоянный
Регистрация: 14.11.2017
Сообщений: 319
С нами: 4472205

Репутация: 163
По умолчанию

GetDC function (winuser.h) - Win32 apps

The GetDC function retrieves a handle to a device context (DC) for the client area of a specified window or for the entire screen.

docs.microsoft.com


C++:





Код:
#pragma comment(lib, "User32.lib")
 
Ответить с цитированием