Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why can't get VolumeSerialNumber?
Message
From
08/07/2002 21:41:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Why can't get VolumeSerialNumber?
Miscellaneous
Thread ID:
00676417
Message ID:
00676417
Views:
77
All,

I wrote some code to get system information.
In Win98 or win95, it can capture the system information but In Win2000 it can not.
I don't know why.
********************************
Declare Integer GetVolumeInformation in kernel32.dll ;
String lpRootPathName, ;
String lpVolumeNameBuffer, ;
Integer nVolumeNameSize, ;
Integer @lpVolumeSerialNumber, ;
Integer @lpMaximumComponentLength, ;
Integer @lpFileSystemFlags, ;
String lpFileSystemNameBuffer, ;
Integer nFileSystemNameSize

x1="C:\"
x2=""
x3=0
x4=0
x5=0
x6=0
x7=""
x8=0
y=0
y = GetVolumeInformation(x1, x2, x3, @x4, @x5, @x6, x7, x8)
?x4

*****************************************
In windows2000. x4 is Zero. Why?

Regards
Ricky
Next
Reply
Map
View

Click here to load this message in the networking platform