CODConnectionEvent::Dispatch

boolCODConnectionEvent::Dispatch(IQueryGuid*pIListener)

Dispatches the event to the given event listener.

Defined in: OdConnectionEvent.cpp

Return Value

Always returns FALSE.

Parameters

pIListener

Pointer to event listener to dispatch event to.

Comments

This function is currently not implemented. The event listener that implements  IODConnectionEventListener is responsible for overriding HandleEvent and dispatching the event onto the appropriate member functions.