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

Function LoadListFile_MPQ

extern/StormLib/src/SFileListFile.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static bool LoadListFile_MPQ(TListFileHandle * pHandle, void * pvBuffer, DWORD cbBuffer, LPDWORD pdwBytesRead)
72{
73 return SFileReadFile(pHandle->hFile, pvBuffer, cbBuffer, pdwBytesRead, NULL);
74}
75
76static bool FreeListFileCache(TListFileCache * pCache)
77{

Callers

nothing calls this directly

Calls 1

SFileReadFileFunction · 0.85

Tested by

no test coverage detected