dg1261 napisa³(a):
> "Gutek" <beztego_gutkowski@itego_vp.pl> wrote:
>
>>...can you (or anybody) check VSN of any CD on
>>your old Win 98 machine and then on XP, please?
>
>
> Gutek,
>
> I just checked a random data DVD, and got the following results from a "dir"
> command:
>
> Win98se: F001-5C78
> Win2000-sp4: 785C-01F0
> WinXP-sp2: 785C-01F0
>
Thanks,
Seems that this is a rule for Win9x systems. I think that one might
check the lpFileSystemNameBuffer variable from:
http://msdn.microsoft.com/library/de...nformation.asp
and apply GetVersion() to determine the win version. When the file
system is CDFS (or for any other than FAT, FAT32, NTFS) and GetVersion
indicates Win9x family we can switch the bytes. Am I right?
regards,
Gutek