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

Method GetComment

Libraries/unrar/arccmt.cpp:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1static bool IsAnsiEscComment(const wchar *Data,size_t Size);
2
3bool Archive::GetComment(Array<wchar> *CmtData)
4{
5 if (!MainComment)
6 return false;
7 int64 SavePos=Tell();
8 bool Success=DoGetComment(CmtData);
9 Seek(SavePos,SEEK_SET);
10 return Success;
11}
12
13
14bool Archive::DoGetComment(Array<wchar> *CmtData)

Callers 1

RAROpenArchiveExFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected