Documentation ¶
Index ¶
Constants ¶
View Source
const ( EXECUTION_STATE_ES_DISPLAY_REQUIRED = 0x00000002 EXECUTION_STATE_ES_CONTINUOUS = 0x80000000 )
Variables ¶
View Source
var ( GDI32 = windows.NewLazySystemDLL("gdi32.dll") CreateCompatibleDC = GDI32.NewProc("CreateCompatibleDC") CreateCompatibleBitmap = GDI32.NewProc("CreateCompatibleBitmap") SelectObject = GDI32.NewProc("SelectObject") DeleteObject = GDI32.NewProc("DeleteObject") DeleteDC = GDI32.NewProc("DeleteDC") GetDIBits = GDI32.NewProc("GetDIBits") )
View Source
var ( KERNEL32 = windows.NewLazySystemDLL("kernel32.dll") SetThreadExecutionState = KERNEL32.NewProc("SetThreadExecutionState") )
View Source
var ( USER32 = windows.NewLazySystemDLL("user32.dll") PrintWindow = USER32.NewProc("PrintWindow") GetWindowDC = USER32.NewProc("GetWindowDC") SetProcessDpiAware = USER32.NewProc("SetProcessDPIAware") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.