windows::Win32::Media::MediaFoundation

Function MFBeginRegisterWorkQueueWithMMCSS

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