Adding some notes about fs_info_class in NtQueryVolumeInformationFile.

This commit is contained in:
gibbed 2015-05-22 00:40:50 -05:00
parent 06c99ded71
commit 5ac98d2feb
1 changed files with 6 additions and 0 deletions

View File

@ -633,6 +633,12 @@ SHIM_CALL NtQueryVolumeInformationFile_shim(PPCContext* ppc_state,
free(fs_attribute_info);
break;
}
case 2: // FileFsLabelInformation
case 3: // FileFsSizeInformation
case 4: // FileFsDeviceInformation
case 6: // FileFsControlInformation
case 7: // FileFsFullSizeInformation
case 8: // FileFsObjectIdInformation
default:
// Unsupported, for now.
assert_always();