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

Function FileLoad

src/Notepad2.c:5417–5420  ·  view source on GitHub ↗

============================================================================= FileLoad()

Source from the content-addressed store, hash-verified

5415//
5416//
5417BOOL FileLoad ( BOOL bDontSave, BOOL bNew, BOOL bReload, BOOL bNoEncDetect, LPCWSTR lpszFile )
5418{
5419 return _FileLoad ( bDontSave, bNew, bReload, bNoEncDetect, lpszFile, FALSE );
5420}
5421BOOL _FileLoad ( BOOL bDontSave, BOOL bNew, BOOL bReload, BOOL bNoEncDetect, LPCWSTR lpszFile , BOOL no_mru )
5422{
5423 WCHAR tch[MAX_PATH] = L"";

Callers 4

HL_Open_nextFs_fileFunction · 0.85
InitInstanceFunction · 0.85
MainWndProcFunction · 0.85
MsgCommandFunction · 0.85

Calls 1

_FileLoadFunction · 0.85

Tested by

no test coverage detected