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

Class QuickOpenItem

Libraries/unrar/qopen.hpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#define _RAR_QOPEN_
3
4struct QuickOpenItem
5{
6 byte *Header;
7 size_t HeaderSize;
8 uint64 ArcPos;
9 QuickOpenItem *Next;
10};
11
12
13class Archive;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected