| HRESULT IAccStreamListener::OnDataAvailable | ( | [in] IAccStream * | stream | ) |
for ACCDISPIDs
Called when there is data to be read from a stream. If Read is called, but not all the data is read, another event will be dispatched.
| HRESULT IAccStreamListener::OnReadyForData | ( | [in] IAccStream * | stream | ) |
Called when ready for data to be written to a stream, i.e. flow control restrictions have been lifted.
| HRESULT IAccStreamListener::OnClosed | ( | [in] IAccStream * | stream, | |
| [in] AccResult | hr | |||
| ) |
Called when a stream closes; hr indicates the type of close.