FindVolumeMountPointClose |
Declare Function Api_FindVolumeMountPointClose& Lib "kernel32" Alias "FindVolumeMountPointClose" (ByVal hFindVolumeMountPoint&) |
Declare Function FindVolumeMountPointClose Lib "kernel32" Alias "FindVolumeMountPointClose" (ByVal hFindVolumeMountPoint As Long) As Long |
|
指定したマウントポイント検索ハンドルを閉じる。FindFirstVolumeMountPoint 関数および FindNextVolumeMountPoint 関数はこの検索ハンドルを使って、指定されたボリューム上のマウントポイントを探す。 |
|
パラメータ
このハンドルは FindFirstVolumeMountPoint 関数であらかじめ開かれていなければならない。 FindVolumeMountPointClose 関数で使うことはできない。 |