| 189 | virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); }; |
| 190 | |
| 191 | virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); }; |
| 192 | |
| 193 | // disallow copying |
| 194 | CryptFileReverse(CryptFileReverse const&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected