CSV_QUERY_REDIRECT_STATE structure (winioctl.h)

Contains information about whether files in a stream have been redirected.

Syntax

typedef struct _CSV_QUERY_REDIRECT_STATE {
  DWORD   MdsNodeId;
  DWORD   DsNodeId;
  BOOLEAN FileRedirected;
} CSV_QUERY_REDIRECT_STATE, *PCSV_QUERY_REDIRECT_STATE;

Members

MdsNodeId

The identifier of an MDS node.

DsNodeId

The identifier of a DS node.

FileRedirected

TRUE if the file has been redirected; otherwise, FALSE.

Remarks

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.

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

CSV_CONTROL_OP

CSV_CONTROL_PARAM

FSCTL_CSV_CONTROL

File Management Structures