Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "FindNextVolume" in [All]

kernel32

.

    static extern bool FindNextVolume(FindVolumeSafeHandle hFindVolume, [Out] StringBuilder lpszVolumeName, uint cchBufferLength);

.

        } while (FindNextVolume(volumeHandle, volume, bufferLength));

.

FindNextVolume

.
Summary
.

static extern bool FindNextVolume(IntPtr hFindVolume, [Out] StringBuilder

.
Documentation
[FindNextVolume] on MSDN

 
Access PInvoke.net directly from VS: