2.3.74 FSCTL_SET_INTEGRITY_INFORMATION Reply

This message returns the results of the FSCTL_SET_INTEGRITY_INFORMATION Request (section 2.3.73).

The only data item this message returns is a status code, as specified in section 2.2. Upon success, the status code returned by the function that processes this FSCTL is STATUS_SUCCESS. The most common error codes are listed in the following table.

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; 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

0xC000007F

The disk is full.

STATUS_NOT_SUPPORTED

0xC00000BB

The file has been ghosted (allocation blocks are being shared).