MCPcopy
hub / github.com/lxn/walk / SendMessage

Method SendMessage

window.go:823–825  ·  view source on GitHub ↗

SendMessage sends a message to the window and returns the result.

(msg uint32, wParam, lParam uintptr)

Source from the content-addressed store, hash-verified

821
822// SendMessage sends a message to the window and returns the result.
823func (wb *WindowBase) SendMessage(msg uint32, wParam, lParam uintptr) uintptr {
824 return win.SendMessage(wb.hWnd, msg, wParam, lParam)
825}
826
827// Name returns the name of the *WindowBase.
828func (wb *WindowBase) Name() string {

Callers 1

SetSuspendedMethod · 0.95

Calls 1

SendMessageMethod · 0.65

Tested by

no test coverage detected