2.1.5.11.17 FileInternalInformation
OutputBuffer is of type FILE_INTERNAL_INFORMATION as described in [MS-FSCC] 2.4.22.
Pseudocode for the operation is as follows:
If OutputBufferSize is smaller than sizeof(FILE_INTERNAL_INFORMATION), the operation MUST be failed with STATUS_INFO_LENGTH_MISMATCH.
OutputBuffer MUST be constructed as follows:
OutputBuffer.IndexNumber set to Open.File.FileId64.
Upon successful completion of the operation, the object store MUST return:
ByteCount set to sizeof(FILE_INTERNAL_INFORMATION).
Status set to STATUS_SUCCESS.