windows::Win32::System::Threading

Function RtwqBeginRegisterWorkQueueWithMMCSS

pub unsafe fn RtwqBeginRegisterWorkQueueWithMMCSS<P1, P4, P5>(
    workqueueid: u32,
    usageclass: P1,
    dwtaskid: u32,
    lpriority: i32,
    donecallback: P4,
    donestate: P5,
) -> Result<()>
where P1: Param<PCWSTR>, P4: Param<IRtwqAsyncCallback>, P5: Param<IUnknown>,