CSV_CONTROL_PARAM structure (winioctl.h)

Represents a type of CSV control operation.

Syntax

typedef struct _CSV_CONTROL_PARAM {
  CSV_CONTROL_OP Operation;
  LONGLONG       Unused;
} CSV_CONTROL_PARAM, *PCSV_CONTROL_PARAM;

Members

Operation

The type of CSV control operation to undertake.

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.

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

FSCTL_CSV_CONTROL

File Management Structures