示例#1
0
文件: Helper.cs 项目: faruknane/Midi
 internal static extern MMRESULT midiOutShortMsg(IntPtr hMidiOut, ShortMessage dwMsg);
示例#2
0
 public bool SendMessage(ShortMessage message)
 {
     return(NativeMethods.midiOutShortMsg(this.Handle, message) == NativeMethods.MMRESULT.MMSYSERR_NOERROR);
 }