2.1.5.11.1 FileAccessInformation
OutputBuffer is of type FILE_ACCESS_INFORMATION as described in [MS-FSCC] 2.4.1.
Pseudocode for the operation is as follows:
If OutputBufferSize is smaller than sizeof(FILE_ACCESS_INFORMATION), the operation MUST be failed with STATUS_INFO_LENGTH_MISMATCH.
OutputBuffer MUST be constructed as follows:
OutputBuffer.AccessFlags set to Open.GrantedAccess.
Upon successful completion of the operation, the object store MUST return:
ByteCount set to sizeof(FILE_ACCESS_INFORMATION)
Status set to STATUS_SUCCESS.