PlaySound

サウンドファイルを再生

定義

bool  PlaySound(
  string  filename      
);

引数

In/Out 内容
In string  サウンドファイルのパス(NULLの場合は再生が停止)

戻り値

内容
bool ファイルがある場合は true、ない場合は false