winfsp-tests: create-test

This commit is contained in:
Bill Zissimopoulos
2016-01-16 12:36:20 -08:00
parent ccd61180c5
commit 215f5679b8
2 changed files with 23 additions and 4 deletions

View File

@ -58,6 +58,12 @@ void memfs_stop(void *data)
MemfsDelete(Memfs);
}
PWSTR memfs_volumename(void *data)
{
MEMFS *Memfs = ((struct memfs_data *)data)->Memfs;
return MemfsFileSystem(Memfs)->VolumeName;
}
void memfs_dotest(ULONG Flags)
{
void *memfs = memfs_start(Flags);