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

Method NotImplemented

libcppcryptfs/file/cryptfile.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) = 0;
79
80 BOOL NotImplemented() { SetLastError(ERROR_ACCESS_DENIED); return FALSE; };
81
82 // disallow copying
83 CryptFile(CryptFile const&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected