MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / RARHeaderDataEx

Class RARHeaderDataEx

Libraries/unrar/dll.cpp:186–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184int PASCAL RARReadHeader(HANDLE hArcData,struct RARHeaderData *D)
185{
186 struct RARHeaderDataEx X;
187 memset(&X,0,sizeof(X));
188
189 int Code=RARReadHeaderEx(hArcData,&X);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected