CSV_CONTROL_PARAM - NtDoc

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

typedef struct _CSV_CONTROL_PARAM {
  CSV_CONTROL_OP Operation;
  LONGLONG       Unused;
} CSV_CONTROL_PARAM, *PCSV_CONTROL_PARAM;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-csv_control_param)

CSV_CONTROL_PARAM structure

Description

Represents a type of CSV control operation.

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.

See also

CSV_CONTROL_OP

FSCTL_CSV_CONTROL

File Management Structures