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

Method LockFile

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

Source from the content-addressed store, hash-verified

187 virtual BOOL SetEndOfFile(LONGLONG offset, BOOL bSet = TRUE) { return NotImplemented(); };
188
189 virtual BOOL LockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); };
190
191 virtual BOOL UnlockFile(LONGLONG ByteOffset, LONGLONG Length) { return NotImplemented(); };
192

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected