News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

using GetVolumeInformationA

Started by plutocat, April 12, 2012, 01:11:05 AM

Previous topic - Next topic

plutocat

Problem solved, Thanks everybody!

dedndave

for FAT, the string would be 'FAT',0
i don't find any reference that says it may be 1

plutocat

#2
Thanks!

GregL

plutocat,

Please don't delete the original question when you've got a solution, now this post doesn't help anyone else.  Thanks.


dedndave

he had some example code that called GetVolumeInformation
the code tested for the value 1 in the first byte of the lpFileSystemNameBuffer result string
the function normally returns a string like "NTFS" or "FAT"