CSV_QUERY_MDS_PATH structure (winioctl.h)

Contains the path that is used by CSV to communicate to the MDS.

Syntax

typedef struct _CSV_QUERY_MDS_PATH {
  DWORD MdsNodeId;
  DWORD DsNodeId;
  DWORD PathLength;
  WCHAR Path[1];
} CSV_QUERY_MDS_PATH, *PCSV_QUERY_MDS_PATH;

Members

MdsNodeId

The identifier of an MDS node.

DsNodeId

The identifier of a DS node.

PathLength

The length of the path.

Path[1]

The path.

Remarks

This structure is used if the FSCTL_CSV_CONTROL control code is called with a CSV_CONTROL_OP enumeration value of CsvControlQueryMdsPath, 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