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

Function StatusSetText

src/Helpers.c:724–728  ·  view source on GitHub ↗

============================================================================= StatusSetText()

Source from the content-addressed store, hash-verified

722// StatusSetText()
723//
724BOOL StatusSetText ( HWND hwnd, UINT nPart, LPCWSTR lpszText )
725{
726 UINT uFlags = ( nPart == 255 ) ? nPart | SBT_NOBORDERS : nPart;
727 return ( BOOL ) SendMessage ( hwnd, SB_SETTEXT, uFlags, ( LPARAM ) lpszText );
728}
729
730
731//=============================================================================

Callers 4

StatusUpdatePrintPageFunction · 0.85
MsgCommandFunction · 0.85
UpdateStatusbarFunction · 0.85
FileIOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected