Exemplo n.º 1
0
 internal static extern MMRESULT midiOutShortMsg(IntPtr hMidiOut, ShortMessage dwMsg);
Exemplo n.º 2
0
 public bool SendMessage(ShortMessage message)
 {
     return(NativeMethods.midiOutShortMsg(this.Handle, message) == NativeMethods.MMRESULT.MMSYSERR_NOERROR);
 }