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

Function uiAskNextVolume

Libraries/unrar/uiconsole.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391
392
393bool uiAskNextVolume(wchar *VolName,size_t MaxSize)
394{
395 eprintf(St(MAskNextVol),VolName);
396 return Ask(St(MContinueQuit))!=2;
397}
398
399
400bool uiAskRepeatRead(const wchar *FileName)

Callers 1

MergeArchiveFunction · 0.85

Calls 3

StFunction · 0.85
eprintfFunction · 0.70
AskFunction · 0.70

Tested by

no test coverage detected