Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
bool uiAskNextVolume(wchar *VolName,size_t MaxSize)
394
{
395
eprintf(St(MAskNextVol),VolName);
396
return Ask(St(MContinueQuit))!=2;
397
}
398
399
400
bool uiAskRepeatRead(const wchar *FileName)
Callers
1
MergeArchive
Function · 0.85
Calls
3
St
Function · 0.85
eprintf
Function · 0.70
Ask
Function · 0.70
Tested by
no test coverage detected