Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read contents of the FAT
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00759212
Message ID:
00759332
Vues:
14
DECLARE SHORT GetVolumeInformation IN kernel32;
	STRING lpRootPathName, STRING @lpVolumeNameBuffer,;
	INTEGER nVolumeNameSize, INTEGER @lpVolumeSerialNumber,;
	INTEGER @lpMaximumComponentLength, INTEGER @lpFlags,;
	STRING @lpFileSystemNameBuffer, INTEGER nFileSystemNameSize
Sample VFP code: Basic Volume information
http://www.news2news.com/vfp/?example=98&function=145

MSDN Link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/getvolumeinformation.asp
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform