指定された MCIエラーコードに対応する文字列を取得する
Declare Function mciGetErrorString Lib "winmm.dll" Alias "mciGetErrorStringA" _
(ByVal dwError As Long, ByVal lpstrBuffer As String, ByVal uLength As Long ) As Long
Declare Function mciGetErrorString Lib "winmm.dll" Alias "mciGetErrorStringA" _引数
(ByVal dwError As Integer, ByVal lpstrBuffer As String, ByVal uLength As Integer ) As Integer
MCIエラーコードlpstrBuffer
(戻り値)文字列を取得するためのバッファuLength
lpstrBufferのバイト数戻り値
正常終了のとき 0以外
エラーのとき 0