// winioctl.h
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;
View the official Win32 API referenceNo description available.
Contains troubleshooting information about why a volume is in redirected mode.
VetoedFromAltitudeIntegralThe integer portion of VetoedFromAltitude.
VetoedFromAltitudeDecimalThe decimal portion of VetoedFromAltitude.
ReasonThe reason why volume is in a redirected mode.
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.