Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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) |