| 80 | } |
| 81 | |
| 82 | CryptFileForward::~CryptFileForward() |
| 83 | { |
| 84 | Unlock(); |
| 85 | } |
| 86 | |
| 87 | BOOL |
| 88 | CryptFileForward::Associate(CryptContext *con, HANDLE hfile, LPCWSTR inputPath, bool bForWrite) |
nothing calls this directly
no outgoing calls
no test coverage detected