Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains troubleshooting information about why a volume is in redirected mode.
Syntax
typedef struct _CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT {
DWORDLONG VetoedFromAltitudeIntegral;
DWORDLONG VetoedFromAltitudeDecimal;
WCHAR Reason[256];
} CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT, *PCSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT;
Members
VetoedFromAltitudeIntegral
The integer portion of VetoedFromAltitude.
VetoedFromAltitudeDecimal
The decimal portion of VetoedFromAltitude.
Reason[256]
The reason why volume is in a redirected mode.
Remarks
CSV writes the troubleshooting strings to a diagnostic log that, when filtered, can provide hints as to why a volume is in a redirected mode.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | winioctl.h (include Windows.h) |