2.3.54 FSCTL_SET_INTEGRITY_INFORMATION Reply
This message returns the results of the FSCTL_SET_INTEGRITY_INFORMATION Request (section 2.3.53).
The only data item that this message returns is a status code, as specified in [MS-ERREF] section 2.3. The status code returned directly by the function that processes this FSCTL MUST be STATUS_SUCCESS or one of the following.
|
Error code |
Meaning |
|
STATUS_INVALID_PARAMETER 0xC000000D |
The input buffer length is less than the size, in bytes, of the FSCTL_SET_INTEGRITY_INFORMATION_BUFFER element; the handle is not to a file or directory; the file is not empty; or the requested ChecksumAlgorithm field is not one of the values listed in the table for the ChecksumAlgorithm field in the FSCTL_SET_INTEGRITY_INFORMATION Request. |
|
STATUS_INVALID_DEVICE_REQUEST 0xC0000010 |
The volume does not support integrity. |
|
STATUS_DISK_FULL 0xC000007 |
The disk is full. |