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

Function BFFCallBack

src/Dialogs.c:151–158  ·  view source on GitHub ↗

============================================================================= BFFCallBack()

Source from the content-addressed store, hash-verified

149// BFFCallBack()
150//
151int CALLBACK BFFCallBack ( HWND hwnd, UINT umsg, LPARAM lParam, LPARAM lpData )
152{
153 if ( umsg == BFFM_INITIALIZED ) {
154 SendMessage ( hwnd, BFFM_SETSELECTION, TRUE, lpData );
155 }
156 return ( 0 );
157 lParam;
158}
159
160
161//=============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected