How to find hard disk serial number ?

How to find hard disk serial number ?
If you want to get the hard drive serial number or computer unique number then use this function.
‘Computer Unique No or hard drive serial number From Visual Basic
Private Declare Function GetVolumeInformation _
Lib “kernel32.dll” _
Alias “GetVolumeInformationA” _
(ByVal lpRootPathName As String, _
ByVal lpVolumeNameBuffer As String, _
ByVal nVolumeNameSize As Integer, [...]