2.3.69 FSCTL_SET_DEFECT_MANAGEMENT Request
Sets the software defect management state for the specified file associated with the handle on which this FSCTL was invoked. Used for UDF file systems.
This message contains a FILE_SET_DEFECT_MGMT_BUFFER structure.
FILE_SET_DEFECT_MGMT_BUFFER is defined as follows.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Disable |
Disable (1 byte): A Boolean (section 2.1.8) value. If TRUE, indicates that defect management will be disabled. If FALSE, indicates that defect management will be enabled.
-
This FSCTL is valid only on UDF file systems. All other file systems will treat this as an invalid FSCTL. For information regarding UDF, see [UDF].