windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueueRenameW

pub unsafe fn SetupQueueRenameW<P1, P2, P3, P4>(
    queuehandle: *const c_void,
    sourcepath: P1,
    sourcefilename: P2,
    targetpath: P3,
    targetfilename: P4,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,