FindFirstVolumeMountPoint |
Declare Function Api_FindFirstVolumeMountPoint& Lib "kernel32" Alias "FindFirstVolumeMountPointA" (ByVal lpszRootPathName$, ByVal lpszVolumeMountPoint$, ByVal cchBufferLength&) |
Declare Function FindFirstVolumeMountPoint Lib "kernel32" Alias "FindFirstVolumeMountPointA" (ByVal lpszRootPathName As String, ByVal lpszVolumeMountPoint As String, ByVal cchBufferLength As Long) As Long |
|
指定したボリューム上のマウントポイントの名前を返す。マウントポイントのスキャンを開始するために使う。 |
|
パラメータ
る。
するには、GetLastError 関数を使う。 関する情報を返す。検索ハンドルが確立されると、FindNextVolumeMountPoint 関数を使ってほかのマウントポイントを検索できる。検索
ハンドルが不要になった場合、FindVolumeMountPointClose 関数を使ってそのハンドルを閉じる。 |