| 799 | } |
| 800 | |
| 801 | CryptFileReverse::~CryptFileReverse() |
| 802 | { |
| 803 | // do not close m_handle |
| 804 | } |
| 805 | |
| 806 | |
| 807 | BOOL CryptFileReverse::Associate(CryptContext *con, HANDLE hfile, LPCWSTR inputPath, bool /* unused*/) |
nothing calls this directly
no outgoing calls
no test coverage detected