// winioctl.h
typedef struct _CSV_QUERY_REDIRECT_STATE {
DWORD MdsNodeId;
DWORD DsNodeId;
BOOLEAN FileRedirected;
} CSV_QUERY_REDIRECT_STATE, *PCSV_QUERY_REDIRECT_STATE;
View the official Win32 API referenceNo description available.
Contains information about whether files in a stream have been redirected.
MdsNodeIdThe identifier of an MDS node.
DsNodeIdThe identifier of a DS node.
FileRedirectedTRUE if the file has been redirected; otherwise, FALSE.
This structure is used if the FSCTL_CSV_CONTROL control code is called with a CSV_CONTROL_OP enumeration value of CsvControlQueryRedirectState, or if the control code is used with an CSV_CONTROL_PARAM structure containing that enumeration value.