CSV_QUERY_REDIRECT_STATE - NtDoc

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

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_query_redirect_state)

CSV_QUERY_REDIRECT_STATE structure

Description

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

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.

See also

CSV_CONTROL_OP

CSV_CONTROL_PARAM

FSCTL_CSV_CONTROL

File Management Structures