CSV_QUERY_MDS_PATH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

typedef struct _CSV_QUERY_MDS_PATH {
  DWORD MdsNodeId;
  DWORD DsNodeId;
  DWORD PathLength;
  WCHAR Path[1];
} CSV_QUERY_MDS_PATH, *PCSV_QUERY_MDS_PATH;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_query_mds_path)

CSV_QUERY_MDS_PATH structure

Description

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

Members

MdsNodeId

The identifier of an MDS node.

DsNodeId

The identifier of a DS node.

PathLength

The length of the path.

Path

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.

See also

CSV_CONTROL_OP

CSV_CONTROL_PARAM

FSCTL_CSV_CONTROL

File Management Structures