| 138 | #define ROADOF_KEEPBROKEN 0x0001 |
| 139 | |
| 140 | struct RAROpenArchiveDataEx |
| 141 | { |
| 142 | char *ArcName; |
| 143 | wchar_t *ArcNameW; |
| 144 | unsigned int OpenMode; |
| 145 | unsigned int OpenResult; |
| 146 | char *CmtBuf; |
| 147 | unsigned int CmtBufSize; |
| 148 | unsigned int CmtSize; |
| 149 | unsigned int CmtState; |
| 150 | unsigned int Flags; |
| 151 | UNRARCALLBACK Callback; |
| 152 | LPARAM UserData; |
| 153 | unsigned int OpFlags; |
| 154 | wchar_t *CmtBufW; |
| 155 | unsigned int Reserved[25]; |
| 156 | }; |
| 157 | |
| 158 | enum UNRARCALLBACK_MESSAGES { |
| 159 | UCM_CHANGEVOLUME,UCM_PROCESSDATA,UCM_NEEDPASSWORD,UCM_CHANGEVOLUMEW, |
nothing calls this directly
no outgoing calls
no test coverage detected