Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
CSV_IS_OWNED_BY_CSVFS structure (winioctl.h)
Contains the output for the FSCTL_IS_VOLUME_OWNED_BYCSVFS control code that determines whether a volume is owned by CSVFS.
Syntax
typedef struct _CSV_IS_OWNED_BY_CSVFS {
BOOLEAN OwnedByCSVFS;
} CSV_IS_OWNED_BY_CSVFS, *PCSV_IS_OWNED_BY_CSVFS;
Members
OwnedByCSVFS
TRUE if a volume is owned by CSVFS; otherwise, FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | winioctl.h (include Windows.h) |
See also
Feedback
Was this page helpful?
