MCPcopy Create free account
hub / github.com/lxn/walk / MustRegisterWindowClassWithStyle

Function MustRegisterWindowClassWithStyle

window.go:470–472  ·  view source on GitHub ↗
(className string, style uint32)

Source from the content-addressed store, hash-verified

468}
469
470func MustRegisterWindowClassWithStyle(className string, style uint32) {
471 MustRegisterWindowClassWithWndProcPtrAndStyle(className, defaultWndProcPtr, style)
472}
473
474func MustRegisterWindowClassWithWndProcPtr(className string, wndProcPtr uintptr) {
475 MustRegisterWindowClassWithWndProcPtrAndStyle(className, wndProcPtr, 0)

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…