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

Function UnzipItemHandle

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

Source from the content-addressed store, hash-verified

4127 return lasterrorU;
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

Callers

nothing calls this directly

Calls 1

UnzipItemInternalFunction · 0.85

Tested by

no test coverage detected