//声明:
midiOutMessage(
  hMidiOut: HMIDIOUT; {设备句柄}
  uMessage: UINT;     {消息}
  dw1: DWORD          {消息参数}
  dw2: DWORD          {消息参数}
): MMRESULT;          {函数成功返回发送的消息}

//举例:
posted on 2008-02-22 22:23  万一  阅读(1782)  评论(0编辑  收藏  举报