
03.05.2020, 10:59
|
|
Постоянный
Регистрация: 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")
|
|
|