The IDirectMusicPort::Read method fills a buffer with incoming MIDI data. The method should be called with new buffer objects until no more data is available to be read.
HRESULT Read(
IDirectMusicBuffer *pBuffer
);
If the method succeeds, the return value is S_OK or S_FALSE.
If it fails, the method may return one of the following error values:
E_POINTER |
E_NOTIMPL |
When there is no more data to read, the method returns S_FALSE.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in dmusicc.h.