microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

FAT should probably use CcSetFileSizes Ex #1070

Open rodwiddowson opened 8 months ago

rodwiddowson commented 8 months ago

As per https://github.com/MicrosoftDocs/windows-driver-docs-ddi/issues/1515 Under some versions of Windows CcSetFilesSizes calls directly in to CcSetFileSizesEx and ignores any error status it returns.

Best practice would seems to suggest that the code should use the ex version and check the status