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.
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.