Skip to content

Latest commit

 

History

History
109 lines (81 loc) · 4.04 KB

ne-winioctl-csv_control_op.md

File metadata and controls

109 lines (81 loc) · 4.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NE:winioctl._CSV_CONTROL_OP
CSV_CONTROL_OP
Specifies the type of CSV control operation to use with the FSCTL_CSV_CONTROL control code.
*PCSV_CONTROL_OP
CSV_CONTROL_OP
CSV_CONTROL_OP enumeration [Files]
CsvControlMdsPath
CsvControlQueryFileRevision
CsvControlQueryRedirectState
CsvControlStartRedirectFile
CsvControlStopRedirectFile
PCSV_CONTROL_OP
PCSV_CONTROL_OP enumeration pointer [Files]
fs.csv_control_op
winioctl/CSV_CONTROL_OP
winioctl/CsvControlMdsPath
winioctl/CsvControlQueryFileRevision
winioctl/CsvControlQueryRedirectState
winioctl/CsvControlStartRedirectFile
winioctl/CsvControlStopRedirectFile
winioctl/PCSV_CONTROL_OP
fs\csv_control_op.htm
fs
77A2106F-2C07-4A30-BA46-651F74032609
12/05/2018
*PCSV_CONTROL_OP, CSV_CONTROL_OP, CSV_CONTROL_OP enumeration [Files], CsvControlMdsPath, CsvControlQueryFileRevision, CsvControlQueryRedirectState, CsvControlStartRedirectFile, CsvControlStopRedirectFile, PCSV_CONTROL_OP, PCSV_CONTROL_OP enumeration pointer [Files], fs.csv_control_op, winioctl/CSV_CONTROL_OP, winioctl/CsvControlMdsPath, winioctl/CsvControlQueryFileRevision, winioctl/CsvControlQueryRedirectState, winioctl/CsvControlStartRedirectFile, winioctl/CsvControlStopRedirectFile, winioctl/PCSV_CONTROL_OP
winioctl.h
Windows.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Windows
CSV_CONTROL_OP, *PCSV_CONTROL_OP
_CSV_CONTROL_OP
winioctl/_CSV_CONTROL_OP
PCSV_CONTROL_OP
winioctl/PCSV_CONTROL_OP
CSV_CONTROL_OP
winioctl/CSV_CONTROL_OP
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
CSV_CONTROL_OP

CSV_CONTROL_OP enumeration

-description

Specifies the type of CSV control operation to use with the FSCTL_CSV_CONTROL control code.

-enum-fields

-field CsvControlStartRedirectFile:0x02

Start file redirection.

-field CsvControlStopRedirectFile:0x03

Stop file redirection.

-field CsvControlQueryRedirectState:0x04

Search for state redirection. When this value is specified, the CSV_QUERY_REDIRECT_STATE structure must also be used.

-field CsvControlQueryFileRevision:0x06

Search for file revision. When this value is specified, the CSV_QUERY_FILE_REVISION structure must also be used.

-field CsvControlQueryMdsPath:0x08

-field CsvControlQueryFileRevisionFileId128:0x09

-field CsvControlQueryVolumeRedirectState:0x0a

-field CsvControlEnableUSNRangeModificationTracking:0x0d

-field CsvControlMarkHandleLocalVolumeMount:0x0e

-field CsvControlUnmarkHandleLocalVolumeMount:0x0f

-field CsvControlGetCsvFsMdsPathV2:0x12

-field CsvControlDisableCaching:0x13

-field CsvControlEnableCaching:0x14

- CsvControlMdsPath

Search for MDS path. When this value is specified, the CSV_QUERY_MDS_PATH structure must also be used.

-remarks

An alternative to calling the FSCTL_CSV_CONTROL control code with this enumeration is to use the CSV_CONTROL_PARAM structure, which encapsulates a member of this enumeration type.

-see-also