VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Getting the Serial Number of a Harddisk using API call.

Rhian ASeniero  (8 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Wed 23rd April 2003   Mon 8th February 2021

Getting the Serial Number of a Harddisk using API call.

API Declarations


Public Function GetSerial(str As String) As Long
Dim Buf$, Name$, Flags&, Length&
Dim Serial As Long
GetVolumeInformation str, Buf$, 255, Serial, Length, Flags, Name$, 255
GetSerial = Serial
End Function


Rate Getting the Serial Number of a Harddisk using API call. (1(1 Vote))
Getting the Serial Number of a Harddisk using API call..bas

Getting the Serial Number of a Harddisk using API call. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters