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 "FindFirstVolume" in [All]

kernel32

.
Summary
.

static extern IntPtr FindFirstVolume([Out] StringBuilder lpszVolumeName,

.

  Declare Function FindFirstVolumeW Lib "kernel32.dll" (ByVal lpszVolumeName As System.Text.StringBuilder, ByVal cchBufferLength As UInteger) As IntPtr

.

    static extern FindVolumeSafeHandle FindFirstVolume([Out] StringBuilder lpszVolumeName, uint cchBufferLength);

.

        using (FindVolumeSafeHandle volumeHandle = FindFirstVolume(volume, bufferLength))

.
Documentation
[FindFirstVolume] on MSDN
.

FindFirstVolume


 
Access PInvoke.net directly from VS: