<Return[F]><Top>

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 関数はこの検索ハンドルを使って、指定されたボリューム上のマウントポイントを探す。

パラメータ
hFindVolumeMountPoint
    閉じるマウントポイント検索ハンドルを指定する。

    このハンドルは FindFirstVolumeMountPoint 関数であらかじめ開かれていなければならない。

戻り値
    関数が成功すると、0 以外の値が返る。
    関数が失敗すると、0 が返る。拡張エラー情報を取得するには、GetLastError 関数を使う。

解説
    FindVolumeMountPointClose 関数を呼び出した後に、hFindVolumeMountPoint ハンドルを FindNextVolumeMountPoint 関数または

    FindVolumeMountPointClose 関数で使うことはできない。