Platform SDK: TAPI

CMSPStream::ProcessGraphEvent

This method is called by the MSPCall object to let the stream handle graph events. The default implementation returns S_OK and does nothing. Derived MSPs must override this method if they want to propagate graph events to the application or take some other action in response to graph events.

virtual HRESULT ProcessGraphEvent (
  long lEventCode,
  long lParam1,
  long lParam2
);

Parameters

lEventCode
Implementation-dependent descriptor of the graph event.
lParam1
Implementation-dependent information on the graph event.
lParam2
Implementation-dependent information on the graph event.

See Also

CMSPStream