| 66 | SCAN_CODE GetNext(FindData *FindData); |
| 67 | size_t GetSpecPathLength() {return SpecPathLength;} |
| 68 | int GetErrors() {return Errors;}; |
| 69 | void SetErrArcName(const wchar *Name) {wcsncpyz(ErrArcName,Name,ASIZE(ErrArcName));} |
| 70 | void SetCommandData(CommandData *Cmd) {ScanTree::Cmd=Cmd;} |
| 71 | void SetErrDirList(StringList *List,Array<uint> *Lengths) |
nothing calls this directly
no outgoing calls
no test coverage detected