| 187 | virtual BOOL SetEndOfFile(LONGLONG offset, BOOL bSet = TRUE) { return NotImplemented(); }; |
| 188 | |
| 189 | virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); }; |
| 190 | |
| 191 | virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); }; |
| 192 |
nothing calls this directly
no outgoing calls
no test coverage detected