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

Function MustRegisterWindowClassWithWndProcPtr

window.go:474–476  ·  view source on GitHub ↗
(className string, wndProcPtr uintptr)

Source from the content-addressed store, hash-verified

472}
473
474func MustRegisterWindowClassWithWndProcPtr(className string, wndProcPtr uintptr) {
475 MustRegisterWindowClassWithWndProcPtrAndStyle(className, wndProcPtr, 0)
476}
477
478func MustRegisterWindowClassWithWndProcPtrAndStyle(className string, wndProcPtr uintptr, style uint32) {
479 if registeredWindowClasses[className] {

Callers 2

initFunction · 0.85
MustRegisterWindowClassFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…