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

Method CryptOpenFile

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

Source from the content-addressed store, hash-verified

74 unordered_map<HANDLE, DWORD> m_handles;
75public:
76 CryptOpenFile() = delete;
77 virtual ~CryptOpenFile() = default;
78
79 CryptOpenFile(HANDLE h)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected