winapi

package module
v0.0.0-...-ff36d3a Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: MIT Imports: 1 Imported by: 2

README

Golang wrapper for Windows API

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const (
	NULL  = 0
	TRUE  = BOOL(1)
	FALSE = BOOL(0)
)
View Source
const WHEEL_DELTA = 120

Variables

This section is empty.

Functions

func GET_WHEEL_DELTA_WPARAM

func GET_WHEEL_DELTA_WPARAM(wParam WPARAM) int16

func GET_X_LPARAM

func GET_X_LPARAM(lParam LPARAM) int32

func GET_Y_LPARAM

func GET_Y_LPARAM(lParam LPARAM) int32

Types

type ATOM

type ATOM WORD

type BOOL

type BOOL int32

type DWORD

type DWORD uint32

type HANDLE

type HANDLE windows.Handle

type HBRUSH

type HBRUSH HANDLE

type HCURSOR

type HCURSOR HICON

type HDC

type HDC HANDLE

type HICON

type HICON HANDLE

type HINSTANCE

type HINSTANCE HANDLE

type HKL

type HKL HANDLE

type HMENU

type HMENU HANDLE

type HMODULE

type HMODULE HINSTANCE

type HWND

type HWND HANDLE

type LARGE_INTEGER

type LARGE_INTEGER int64

type LONG

type LONG int32

type LONG_PTR

type LONG_PTR uintptr

type LPARAM

type LPARAM LONG_PTR

type LPCWSTR

type LPCWSTR *uint16

type LPVOID

type LPVOID uintptr

type LRESULT

type LRESULT LONG_PTR

type UINT

type UINT uint32

type UINT_PTR

type UINT_PTR uintptr

type WNDPROC

type WNDPROC uintptr

type WORD

type WORD uint16

func HIWORD

func HIWORD(dword DWORD) WORD

func LOWORD

func LOWORD(dword DWORD) WORD

type WPARAM

type WPARAM UINT_PTR

type WindowProc

type WindowProc func(HWND, UINT, WPARAM, LPARAM) LRESULT

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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