Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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) |