ntdll/tests: add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class

Paul Vriens paul.vriens.wine at gmail.com
Mon Nov 22 14:04:16 CST 2010


On 11/22/2010 07:59 PM, Louis Lenders wrote:
> +    status = NtQueryVolumeInformationFile( dir,&io, buf, sizeof(buf), FileFsVolumeInformation );

You have to use the 'p' one here to please Win9x where this function is 
not exported.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list