Platform SDK: TAPI |
This is a static method posted to the RegisterWaitForSingleObject function during initialization. This function is called when the filter graph signals the event. The pContext is a pointer to the MSPSTREAMCONTEXT structure. The pointers in the structure carry ref counts. The implementation of this method simply casts the pContext argument to type MSPSTREAMCONTEXT *, and then calls HandleGraphEvent on the MSP call object whose pointer appears in the structure.
static VOID NTAPI DispatchGraphEvent ( VOID *pContext, BOOLEAN bFlag );