windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallFileExA

pub unsafe fn SetupInstallFileExA<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_A,
    context: Option<*const c_void>,
    filewasinuse: *mut BOOL,
) -> Result<()>
where P2: Param<PCSTR>, P3: Param<PCSTR>, P4: Param<PCSTR>,