CSV_IS_OWNED_BY_CSVFS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_is_owned_by_csvfs)

CSV_IS_OWNED_BY_CSVFS structure

Description

Contains the output for the FSCTL_IS_VOLUME_OWNED_BYCSVFS control code that determines whether a volume is owned by CSVFS.

Members

OwnedByCSVFS

TRUE if a volume is owned by CSVFS; otherwise, FALSE.

See also

FSCTL_IS_VOLUME_OWNED_BYCSVFS

Volume Management Structures