// winioctl.h
typedef struct _CSV_IS_OWNED_BY_CSVFS {
BOOLEAN OwnedByCSVFS;
} CSV_IS_OWNED_BY_CSVFS, *PCSV_IS_OWNED_BY_CSVFS;
View the official Win32 API referenceNo description available.
Contains the output for the FSCTL_IS_VOLUME_OWNED_BYCSVFS control code that determines whether a volume is owned by CSVFS.
OwnedByCSVFSTRUE if a volume is owned by CSVFS; otherwise, FALSE.