windows::Win32::Media::MediaFoundation

Function MFBeginRegisterWorkQueueWithMMCSSEx

pub unsafe fn MFBeginRegisterWorkQueueWithMMCSSEx<P1, P4, P5>(
    dwworkqueueid: u32,
    wszclass: P1,
    dwtaskid: u32,
    lpriority: i32,
    pdonecallback: P4,
    pdonestate: P5,
) -> Result<()>
where P1: Param<PCWSTR>, P4: Param<IMFAsyncCallback>, P5: Param<IUnknown>,