Registry / utility / gonutz-w32-v2

gonutz-w32-v2

JSON →
library2.12.1gogounverified

A Go wrapper for Windows API functions, providing access to Win32 system calls.

go get github.com/gonutz/w32/v2
INSTALL
IMPORT
SIG · GONUTZ-W32-V2
G
gonutz-w32-v2
utilitygov2.12.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

w32
github.com/gonutz/w32/v2

Gets the desktop window handle using the Windows API.

package main import ( "fmt" "github.com/gonutz/w32/v2" ) func main() { hwnd := w32.GetDesktopWindow() fmt.Printf("Desktop window handle: %v\n", hwnd) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.12.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonutz-w32-v2 — go get gonutz-w32-v2 · libregistry