| 
  
ディスクドライブの情報を取得する。 
  
 構文 
GetDriveVolumeInfo( 
         drive, 
         &freespace 
         [,&totalspace] 
         [,&volumename] 
         [,&volumeserial] 
         ) 
  
 パラメータ 
  
drive 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
ドライブ名。例えばcドライブについての情報を得たいときは"c"と指定する。 
 | 
 
 
 
  
&freespace 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
空き容量(Mbyte)を取得する。 
 | 
 
 
 
  
&totalspace 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
全容量(Mbyte)を取得する。 
 | 
 
 
 
  
&volumename 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
ボリューム名を取得する。 
 | 
 
 
 
  
&volumeserial 
 | 
 
  
 | 
型: 
 | 
文字 
 | 
 
  
 | 
ボリュームシリアル番号を取得する。 
 | 
 
 
 
  
戻り値 
  
 | 
 
  
 | 
型: 
 | 
ブール 
 | 
 
  
 | 
FALSE - 失敗。TRUE - 成功。 
 | 
 
 
 
  
 サポート対象 
  
  
 参照 
  
ShutdownOS 
GetComputerName 
GetIPAddress 
GetDriveVolumeInfo 
GetDisplaySize 
GetRegistoryValue 
SetRegistoryValue 
DelRegistoryKey 
HttpRequestMessage 
SOAPRequestMessage 
SendMagicPacket 
  
  
 |