| 113 | |
| 114 | |
| 115 | struct RAROpenArchiveData |
| 116 | { |
| 117 | char *ArcName; |
| 118 | unsigned int OpenMode; |
| 119 | unsigned int OpenResult; |
| 120 | char *CmtBuf; |
| 121 | unsigned int CmtBufSize; |
| 122 | unsigned int CmtSize; |
| 123 | unsigned int CmtState; |
| 124 | }; |
| 125 | |
| 126 | typedef int (CALLBACK *UNRARCALLBACK)(UINT msg,LPARAM UserData,LPARAM P1,LPARAM P2); |
| 127 |
nothing calls this directly
no outgoing calls
no test coverage detected