windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupRemoveFileLogEntryW

pub unsafe fn SetupRemoveFileLogEntryW<P1, P2>(
    fileloghandle: *const c_void,
    logsectionname: P1,
    targetfilename: P2,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,