kernel32: add GetVolumeInformationByHandleW stub (try 3)

Sebastian Lackner sebastian at fds-team.de
Wed Apr 27 22:54:04 CDT 2016


On 27.04.2016 09:40, Nikolay Sivov wrote:
> I didn't try myself, but I think we have everything to implement it,
> like this:
> 
> GetFileInformationByHandleEx with FileNameInfo -> GetVolumePathNameW ->
> GetVolumeInformationW.
> 
> If this works for affected application I think it's better to implement
> it instead of getting in a stub, to find out later that it's not enough.

Actually, the proper way would be to move the code from kernel32 to ntdll,
and then call NtQueryVolumeInformationFile() which takes a HANDLE argument.




More information about the wine-devel mailing list