Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 2.41 KB

ns-winioctl-csv_control_param.md

File metadata and controls

85 lines (66 loc) · 2.41 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
NS:winioctl._CSV_CONTROL_PARAM
CSV_CONTROL_PARAM
Represents a type of CSV control operation.
*PCSV_CONTROL_PARAM
CSV_CONTROL_PARAM
CSV_CONTROL_PARAM structure [Files]
PCSV_CONTROL_PARAM
PCSV_CONTROL_PARAM structure pointer [Files]
fs.csv_control_param
winioctl/CSV_CONTROL_PARAM
winioctl/PCSV_CONTROL_PARAM
fs\csv_control_param.htm
fs
B984F8CA-3548-4442-8D3B-B2F469F699E1
12/05/2018
*PCSV_CONTROL_PARAM, CSV_CONTROL_PARAM, CSV_CONTROL_PARAM structure [Files], PCSV_CONTROL_PARAM, PCSV_CONTROL_PARAM structure pointer [Files], fs.csv_control_param, winioctl/CSV_CONTROL_PARAM, winioctl/PCSV_CONTROL_PARAM
winioctl.h
Windows.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Windows
CSV_CONTROL_PARAM, *PCSV_CONTROL_PARAM
_CSV_CONTROL_PARAM
winioctl/_CSV_CONTROL_PARAM
PCSV_CONTROL_PARAM
winioctl/PCSV_CONTROL_PARAM
CSV_CONTROL_PARAM
winioctl/CSV_CONTROL_PARAM
c++
APIRef
kbSyntax
HeaderDef
WinIoCtl.h
CSV_CONTROL_PARAM

CSV_CONTROL_PARAM structure

-description

Represents a type of CSV control operation.

-struct-fields

-field Operation

The type of CSV control operation to undertake.

-field Unused

Unused.

-remarks

This structure is used with the FSCTL_CSV_CONTROL control code to indicate what kind of CSV control operation is being undertaken. It is an alternative to calling that control code by just passing a CSV_CONTROL_OP enumeration value, as the structure encapsulates an enumeration value of that type.

-see-also

CSV_CONTROL_OP

FSCTL_CSV_CONTROL

File Management Structures