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

Method Write

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

Source from the content-addressed store, hash-verified

180 virtual BOOL Read(unsigned char *buf, DWORD buflen, LPDWORD pNread, LONGLONG offset);
181
182 virtual BOOL Write(const unsigned char *buf, DWORD buflen, LPDWORD pNwritten, LONGLONG offset, BOOL bWriteToEndOfFile, BOOL bPagingIo)
183 {
184 return NotImplemented();
185 };
186
187 virtual BOOL SetEndOfFile(LONGLONG offset, BOOL bSet = TRUE) { return NotImplemented(); };
188

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected