Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using API
Message
From
21/10/1996 10:23:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Using API
Miscellaneous
Thread ID:
00010623
Message ID:
00010623
Views:
87
I have to find the volume label of disk a:

I found this API but I didn't have the documentation for using them. I have try to declare the fonction but there is a syntax error. Any help will be appreciate

Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, lpFileSystemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long

If you have the file win32api.hlp and you can email this file this will help me too.
Next
Reply
Map
View

Click here to load this message in the networking platform