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

Class RARHeaderData

Libraries/unrar/dll.hpp:57–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57struct RARHeaderData
58{
59 char ArcName[260];
60 char FileName[260];
61 unsigned int Flags;
62 unsigned int PackSize;
63 unsigned int UnpSize;
64 unsigned int HostOS;
65 unsigned int FileCRC;
66 unsigned int FileTime;
67 unsigned int UnpVer;
68 unsigned int Method;
69 unsigned int FileAttr;
70 char *CmtBuf;
71 unsigned int CmtBufSize;
72 unsigned int CmtSize;
73 unsigned int CmtState;
74};
75
76
77struct RARHeaderDataEx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected