| 3 | static int RarErrorToDll(RAR_EXIT ErrCode); |
| 4 | |
| 5 | struct 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 | |
| 17 | HANDLE PASCAL RAROpenArchive(struct RAROpenArchiveData *r) |
nothing calls this directly
no outgoing calls
no test coverage detected