Platform SDK: TAPI

CMSPCallMultiGraph::ProcessGraphEvent

The AsyncMultiGraphEvent callback function is called on the MSP worker thread. It calls this method to let the call object instance handle the event, and then releases the call object and stream object references in its context structure. This method finds the indicated stream and dispatches the call to the ProcessGraphEvent method on the appropriate Stream object.

virtual HRESULT ProcessGraphEvent(
  ITStream *pITStream,
  long lEventCode,
  long lParam1,
  long lParam2
);

Parameters

pITStream
Pointer to ITStream interface.
lEventCode
Filled in by filter graph. Implementation dependent.
lParam1
Filled in by filter graph. Implementation dependent.
lParam2
Filled in by filter graph. Implementation dependent.

See Also

CMSPCallMultiGraph