MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Window_SendMessage

Function Window_SendMessage

scintilla/win32/PlatWin.cxx:1951–1953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949}
1950
1951static LRESULT Window_SendMessage(Window *w, UINT msg, WPARAM wParam=0, LPARAM lParam=0) {
1952 return ::SendMessage(reinterpret_cast<HWND>(w->GetID()), msg, wParam, lParam);
1953}
1954
1955void Window::SetFont(Font &font) {
1956 Window_SendMessage(this, WM_SETFONT,

Callers 1

SetFontMethod · 0.85

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected