Desktop Functions: Smart Device Functions:
|
Search Results for "FindNextVolume" in [All]kernel32
static extern bool FindNextVolume(FindVolumeSafeHandle hFindVolume, [Out] StringBuilder lpszVolumeName, uint cchBufferLength);
} while (FindNextVolume(volumeHandle, volume, bufferLength)); |