VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Set Disk Volume Label using SetVolumeLabel API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 1st August 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Set Disk Volume Label using SetVolumeLabel API

API Declarations


(ByVal lpRootPathName As String, ByVal lpVolumeName As String) As Long

Rate Set Disk Volume Label using SetVolumeLabel API



Dim rval As Long
rval = SetVolumeLabel("C:\", "C DRIVE")
End
End Sub


Download this snippet    Add to My Saved Code

Set Disk Volume Label using SetVolumeLabel API Comments

No comments have been posted about Set Disk Volume Label using SetVolumeLabel API. Why not be the first to post a comment about Set Disk Volume Label using SetVolumeLabel API.

Post your comment

Subject:
Message:
0/1000 characters