MCPcopy Create free account
hub / github.com/Scobalula/Greyhound / CascFindClose

Function CascFindClose

src/External/CascLib/src/CascFindFile.cpp:258–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool WINAPI CascFindClose(HANDLE hFind)
259{
260 TCascSearch * pSearch;
261
262 pSearch = TCascSearch::IsValid(hFind);
263 if(pSearch == NULL)
264 {
265 SetCascError(ERROR_INVALID_PARAMETER);
266 return false;
267 }
268
269 delete pSearch;
270 return true;
271}

Callers 3

Storage_EnumFilesFunction · 0.85
ExistsMethod · 0.85
EnumerateFilesMethod · 0.85

Calls 1

SetCascErrorFunction · 0.85

Tested by 1

Storage_EnumFilesFunction · 0.68