GetVolumePathName (kernel32)
Last changed: -46.13.116.125

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool GetVolumePathName(string lpszFileName,
   [Out] StringBuilder lpszVolumePathName, uint cchBufferLength);

VB.Net Signature:

<DllImport("kernel32.dll")> _
    Public Function GetVolumePathName(ByVal lpszFileName As String, _
    ByVal lpszVolumePathName As String, _
    ByVal cchBufferLength As Long) As Long
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation