MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CryptOpenFiles

Method CryptOpenFiles

libcppcryptfs/file/openfiles.h:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 unordered_map<wstring, shared_ptr<CryptOpenFile> > m_openfiles;
143public:
144 CryptOpenFiles() = default;
145 virtual ~CryptOpenFiles() = default;
146
147 bool OpenFile(LPCWSTR path, HANDLE h);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected