2.3.80 FSCTL_SET_OBJECT_ID_EXTENDED Reply
This message returns the results of the FSCTL_SET_OBJECT_ID_EXTENDED request.
If the file system of the volume containing the specified file or directory does not support the use of ObjectIds, the request will not succeed. The error code returned in this situation varies, depending on the file system.
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 handle is not to a file or directory, or the input buffer's length is not equal to the size of an EXTENDED_INFO structure. |
|
STATUS_ACCESS_DENIED 0xC0000022 |
The handle was not opened with write data or write attribute access. |
|
STATUS_OBJECT_NAME_NOT_FOUND 0xC0000034 |
The file or directory has no object ID. |
|
STATUS_INVALID_DEVICE_REQUEST 0xC0000010 |
The file system does not support the use of object IDs. |