MCPcopy Create free account
hub / github.com/Kenix3/libultraship / SListFileFindClose

Function SListFileFindClose

extern/StormLib/src/SFileListFile.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698bool WINAPI SListFileFindClose(HANDLE hFind)
699{
700 TListFileCache * pCache = (TListFileCache *)hFind;
701
702 return FreeListFileCache(pCache);
703}
704

Callers 2

TestOnLocalListFileFunction · 0.85
FindFilesMethod · 0.85

Calls 1

FreeListFileCacheFunction · 0.85

Tested by 1

TestOnLocalListFileFunction · 0.68