internal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2024 License: LGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WM_USER = 0x0400
)

see https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-user

Variables

View Source
var (

	// user32.dll FindWindowW
	FindWindow = user32Dll.NewProc("FindWindowW")
	// user32.dll SendMessageW
	SendMessage = user32Dll.NewProc("SendMessageW")

	// kernel32.dll OpenFileMappingW
	OpenFileMapping = kernel32Dll.NewProc("OpenFileMappingW")
	// kernel32.dll MapViewOfFile
	MapViewOfFile = kernel32Dll.NewProc("MapViewOfFile")
	// kernel32.dll UnmapViewOfFile
	UnmapViewOfFile = kernel32Dll.NewProc("UnmapViewOfFile")
	// kernel32.dll CloseHandle
	CloseHandle = kernel32Dll.NewProc("CloseHandle")
)

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