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

Function uiMsg

Libraries/unrar/ui.hpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142#define UINULL ((wchar *)NULL)
143
144inline void uiMsg(UIMESSAGE_CODE Code)
145{
146 uiMsgStore Store(Code);
147 Store.Msg();
148}
149
150template<class T1> void uiMsg(UIMESSAGE_CODE Code,T1 a1)
151{

Callers 15

RestoreMethod · 0.85
TestMethod · 0.85
ReportWrongSwitchesMethod · 0.85
RestoreMethod · 0.85
TestMethod · 0.85
ExtractHardlinkFunction · 0.85
ExtractACL20Function · 0.85
ExtractACLFunction · 0.85
ExtractUnixOwner20Function · 0.85
ExtractUnixOwner30Function · 0.85
SetUnixOwnerFunction · 0.85
CloseErrorMethod · 0.85

Calls 1

MsgMethod · 0.45

Tested by 2

TestMethod · 0.68
TestMethod · 0.68