FindNextVolumeMountPoint |
Declare Function Api_FindNextVolumeMountPoint& Lib "kernel32" Alias "FindNextVolumeMountPointA" (ByVal hFindVolumeMountPoint&, ByVal lpszVolumeMountPoint$, ByVal cchBufferLength&) |
Declare Function FindNextVolumeMountPoint Lib "kernel32" Alias "FindNextVolumeMountPointA" (ByVal hFindVolumeMountPoint As Long, ByVal lpszVolumeMountPoint As String, ByVal cchBufferLength As Long) As Long |
|
FindFirstVolumeMountPoint 関数により開始したマウントポイントの検索を継続する。呼び出すごとにボリュームを 1 つ検出する。 |
|
パラメータ
関数は ERROR_NO_MORE_FILES エラーコードを返す。この場合は、FindVolumeMountPointClose
関数を使って検索を閉じる。
トポイントを検索できる。 |