MCI Command String总览.docVIP

  • 8
  • 0
  • 约2.32万字
  • 约 21页
  • 2017-02-27 发布于湖北
  • 举报
MCI Command String总览—完全参数篇 (注:本文以2000年七月的MSDN解释为准) (由于小弟在MCI指令方面的认识有限,本文误解、疏漏甚至错误之处在所难免,请朋友们不吝指正。小弟的信箱是gangaro@163.com) ? MCI Command String是多媒体设备的程序接口。通过它,我们可以打开一个多媒体文件,例如mp3,VCD,Mpeg4格式的文件等等,并对它进行播放,暂停,关闭等操作。现在小弟有幸给大家介绍一下MCI Command String的使用方法。 MCI Command String是通过mciExecute或mciSendString两个函数执行的。这两个函数的声明如下: Private Declare Function mciExecute Lib winmm.dll Alias mciExecute (ByVal lpstrCommand As String) As Long Private Declare Function mciSendString Lib winmm.dll Alias mciSendStringA (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Long, ByVal hw

文档评论(0)

1亿VIP精品文档

相关文档