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

Class DataSet

Libraries/unrar/dll.cpp:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3static int RarErrorToDll(RAR_EXIT ErrCode);
4
5struct DataSet
6{
7 CommandData Cmd;
8 Archive Arc;
9 CmdExtract Extract;
10 int OpenMode;
11 int HeaderSize;
12
13 DataSet():Arc(&Cmd),Extract(&Cmd) {};
14};
15
16
17HANDLE PASCAL RAROpenArchive(struct RAROpenArchiveData *r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected