Searched refs:AllBuffer (Results 1 – 1 of 1) sorted by relevance
2302 PFILE_ALL_INFORMATION AllBuffer; in NtQueryInformationFile() local2571 AllBuffer = Irp->AssociatedIrp.SystemBuffer; in NtQueryInformationFile()2572 AllBuffer->AccessInformation.AccessFlags = HandleInformation.GrantedAccess; in NtQueryInformationFile()2573 AllBuffer->ModeInformation.Mode = IopGetFileMode(FileObject); in NtQueryInformationFile()2574 AllBuffer->AlignmentInformation.AlignmentRequirement = DeviceObject->AlignmentRequirement; in NtQueryInformationFile()