Registry / utility / thetitanrain-w32

thetitanrain-w32

JSON →
library0.0.0-20200114052255-2654d97dbd3dgogounverified

Go bindings for Windows API (Win32) functions.

go get github.com/TheTitanrain/w32
INSTALL
IMPORT
SIG · THETITANRAIN-W32
T
thetitanrain-w32
utilitygov0.0.0-20200114052255-2654d97dbd3d
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/TheTitanrain/w32

Retrieves the desktop window handle using the w32 package.

package main import ( "fmt" "github.com/TheTitanrain/w32" ) func main() { hwnd := w32.GetDesktopWindow() fmt.Printf("Desktop window handle: %v\n", hwnd) }
Debug
Known issues
gotchaThis package is Windows-only and will not compile on other platforms.
fix
Use build tags or conditional compilation to restrict usage to Windows.
affects: all
Upgrade
Version history
0.0.0-20200114052255-2654d97dbd3dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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