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

Function _HL_fileIsCdUp

src/Helpers.c:2514–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2512}
2513
2514BOOL _HL_fileIsCdUp(LPCWSTR str){
2515 int k ;
2516 for (k = 0; k < lstrlen(str); ++k)
2517 {
2518 if (!StrChr(L". ", str[k])){
2519 return FALSE;
2520 }
2521 }
2522 return TRUE;
2523}
2524
2525UINT_PTR CALLBACK HL_OFN__hook_proc ( HWND hdlg, UINT uiMsg, WPARAM wParam, LPARAM lParam )
2526{

Callers 1

HL_OFN__hook_procFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected