MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / Overwrite

Function Overwrite

src/mount/winfsp_mount.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163NTSTATUS Overwrite(FSP_FILE_SYSTEM*, PVOID, UINT32, BOOLEAN, UINT64,
164 FSP_FSCTL_FILE_INFO*)
165{
166 return STATUS_INVALID_DEVICE_REQUEST;
167}
168
169VOID Cleanup(FSP_FILE_SYSTEM*, PVOID, PWSTR, ULONG) { }
170

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected