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

Function RARProcessFile

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

Source from the content-addressed store, hash-verified

418
419
420int PASCAL RARProcessFile(HANDLE hArcData,int Operation,char *DestPath,char *DestName)
421{
422 return ProcessFile(hArcData,Operation,DestPath,DestName,NULL,NULL);
423}
424
425
426int PASCAL RARProcessFileW(HANDLE hArcData,int Operation,wchar *DestPath,wchar *DestName)

Callers 1

RARReadHeaderExFunction · 0.85

Calls 1

ProcessFileFunction · 0.85

Tested by

no test coverage detected