findnextvolume (kernel32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool FindNextVolume(IntPtr hFindVolume, [Out] StringBuilder
   lpszVolumeName, uint cchBufferLength);

User-Defined Types:

None.

Notes:

FindFirstVolume

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation