windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallFileW

pub unsafe fn SetupInstallFileW<P2, P3, P4>(
    infhandle: Option<*const c_void>,
    infcontext: Option<*const INFCONTEXT>,
    sourcefile: P2,
    sourcepathroot: P3,
    destinationname: P4,
    copystyle: SP_COPY_STYLE,
    copymsghandler: PSP_FILE_CALLBACK_W,
    context: Option<*const c_void>,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,