winproc

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2024 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL