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

Method SetCommand

Libraries/unrar/rdwrfn.hpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 void SetNoFileHeader(bool Mode) {NoFileHeader=Mode;}
68 void SetFiles(File *SrcFile,File *DestFile);
69 void SetCommand(CmdAdd *Cmd) {Command=Cmd;}
70 void SetSubHeader(FileHeader *hd,int64 *Pos) {SubHead=hd;SubHeadPos=Pos;}
71 void SetEncryption(bool Encrypt,CRYPT_METHOD Method,SecPassword *Password,
72 const byte *Salt,const byte *InitV,uint Lg2Cnt,byte *HashKey,byte *PswCheck);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected