GetLogicalDrives |
Declare Function Api_GetLogicalDrives& Lib "kernel32" Alias "GetLogicalDrives" () |
Declare Function GetLogicalDrives Lib "kernel32" Alias "GetLogicalDrives" () As Long |
|
現在利用可能なディスクドライブをビットマスク形式で取得する。 |
|
パラメータ
ビット 0(最下位ビット)はドライブ A、ビット 1 はドライブ B、ビット 2 はドライブ C を示す。以下同様。 |