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

Class RAROpenArchiveData

Libraries/unrar/dll.hpp:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115struct RAROpenArchiveData
116{
117 char *ArcName;
118 unsigned int OpenMode;
119 unsigned int OpenResult;
120 char *CmtBuf;
121 unsigned int CmtBufSize;
122 unsigned int CmtSize;
123 unsigned int CmtState;
124};
125
126typedef int (CALLBACK *UNRARCALLBACK)(UINT msg,LPARAM UserData,LPARAM P1,LPARAM P2);
127

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected