2.3.64 FSCTL_RECALL_FILE Reply

This message returns the results of the FSCTL_RECALL_FILE request.

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_ACCESS_DENIED

0xC0000022

The file is set to not allow recall.

ERROR_INVALID_FUNCTION

0x00000001

The Remote Storage option is not installed.

STATUS_NOT_SUPPORTED

0xC00000BB

The request is not supported.

STATUS_INVALID_DEVICE_REQUEST

0xC0000010

The supplied handle is not that of a file.