MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Hwnd

TypeAlias Hwnd

pkg/sys/window.go:24–24  ·  view source on GitHub ↗

Hwnd defines the window handle type

Source from the content-addressed store, hash-verified

22
23// Hwnd defines the window handle type
24type Hwnd uintptr
25
26// InvalidHwnd designates an invalid window handle
27const InvalidHwnd = 0

Callers 1

CreateWindowExFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected