Searched refs:FltEventParam (Results 1 – 1 of 1) sorted by relevance
3572 DMX_FLT_EVENT_PARAM FltEventParam; in MApi_DMX_Proc() local3579 FltEventParam.u32DmxId = u32DmxId; in MApi_DMX_Proc()3580 FltEventParam.pEvent = pEvent; in MApi_DMX_Proc()3581 FltEventParam.u32Res = 0; in MApi_DMX_Proc()3582 if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_Proc,(void*)&FltEventParam) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_Proc()3588 if(FltEventParam.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_Proc()