MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / UnzipItem

Function UnzipItem

src/Setup/unzip.cpp:4130–4130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4128}
4129ZRESULT UnzipItemHandle(HZIP hz, int index, HANDLE h) {return UnzipItemInternal(hz,index,(void*)h,0,ZIP_HANDLE);}
4130ZRESULT UnzipItem(HZIP hz, int index, const TCHAR *fn) {return UnzipItemInternal(hz,index,(void*)fn,0,ZIP_FILENAME);}
4131ZRESULT UnzipItem(HZIP hz, int index, void *z,unsigned int len) {return UnzipItemInternal(hz,index,z,len,ZIP_MEMORY);}
4132
4133ZRESULT SetUnzipBaseDir(HZIP hz, const TCHAR *dir)

Callers 1

ExtractUpdaterAndRunMethod · 0.85

Calls 1

UnzipItemInternalFunction · 0.85

Tested by

no test coverage detected