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

Method GeneralErrMsg

Libraries/unrar/errhnd.cpp:134–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void ErrorHandler::GeneralErrMsg(const wchar *fmt,...)
135{
136 va_list arglist;
137 va_start(arglist,fmt);
138 wchar Msg[1024];
139 vswprintf(Msg,ASIZE(Msg),fmt,arglist);
140 uiMsg(UIERROR_GENERALERRMSG,Msg);
141 SysErrMsg();
142 va_end(arglist);
143}
144
145
146void ErrorHandler::MemoryErrorMsg()

Callers 6

ThreadCreateFunction · 0.80
CWaitForSingleObjectFunction · 0.80
cpthread_cond_waitFunction · 0.80
AddMethod · 0.80
ThreadPoolMethod · 0.80
SecHideDataFunction · 0.80

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected