windows::Win32::System::RestartManager

Function RmRemoveFilter

pub unsafe fn RmRemoveFilter<P1, P3>(
    dwsessionhandle: u32,
    strmodulename: P1,
    pprocess: Option<*const RM_UNIQUE_PROCESS>,
    strserviceshortname: P3,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,