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

Function RARProcessFileW

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

Source from the content-addressed store, hash-verified

424
425
426int PASCAL RARProcessFileW(HANDLE hArcData,int Operation,wchar *DestPath,wchar *DestName)
427{
428 return ProcessFile(hArcData,Operation,NULL,NULL,DestPath,DestName);
429}
430
431
432void PASCAL RARSetChangeVolProc(HANDLE hArcData,CHANGEVOLPROC ChangeVolProc)

Callers

nothing calls this directly

Calls 1

ProcessFileFunction · 0.85

Tested by

no test coverage detected