Main Page | Class Hierarchy | Class Members | Global Enums and Constants | Global Entry Points | Related Pages

IAccStreamListener Interface Reference


Detailed Description

IAccStreamListener is used for listening to events on an IAccStream.

Public Member Functions


Member Function Documentation

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.


Questions? Stop by the AIM SDK Developer Forum
Created Mon Oct 15 18:06:40 2007 for AIM: Developer SDK
© 2007 AOL LLC. All Rights Reserved.