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

Function SendWMSize

src/Helpers.c:735–741  ·  view source on GitHub ↗

============================================================================= SendWMSize()

Source from the content-addressed store, hash-verified

733// SendWMSize()
734//
735LRESULT SendWMSize ( HWND hwnd )
736{
737 RECT rc;
738 GetClientRect ( hwnd, &rc );
739 return ( SendMessage ( hwnd, WM_SIZE, SIZE_RESTORED,
740 MAKELPARAM ( rc.right, rc.bottom ) ) );
741}
742
743
744//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected