| 142 | unordered_map<wstring, shared_ptr<CryptOpenFile> > m_openfiles; |
| 143 | public: |
| 144 | CryptOpenFiles() = default; |
| 145 | virtual ~CryptOpenFiles() = default; |
| 146 | |
| 147 | bool OpenFile(LPCWSTR path, HANDLE h); |
nothing calls this directly
no outgoing calls
no test coverage detected