CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT - NtDoc

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

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_query_veto_file_direct_io_output)

CSV_QUERY_VETO_FILE_DIRECT_IO_OUTPUT structure

Description

Contains troubleshooting information about why a volume is in redirected mode.

Members

VetoedFromAltitudeIntegral

The integer portion of VetoedFromAltitude.

VetoedFromAltitudeDecimal

The decimal portion of VetoedFromAltitude.

Reason

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.

See also

Volume Management Structures