| 78 | virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) = 0; |
| 79 | |
| 80 | BOOL NotImplemented() { SetLastError(ERROR_ACCESS_DENIED); return FALSE; }; |
| 81 | |
| 82 | // disallow copying |
| 83 | CryptFile(CryptFile const&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected