Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 736 Bytes

midioutport_sendbuffer_69762025.md

File metadata and controls

26 lines (18 loc) · 736 Bytes
-api-id -api-type
M:Windows.Devices.Midi.MidiOutPort.SendBuffer(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Devices.Midi.MidiOutPort.SendBuffer

-description

Send the specified data buffer to the device associated with this MidiOutPort.

-parameters

-param midiData

The data to send to the device.

-remarks

If this method fails with RO_E_CLOSED, it can be assumed that the MidiOutPort has been disconnected from the device.

See Obtaining pointers to data buffers (C++/CX) for more info.

-examples

-see-also