windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSourceListSetInfoW

pub unsafe fn MsiSourceListSetInfoW<P0, P1, P4, P5>(
    szproductcodeorpatchcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    dwoptions: u32,
    szproperty: P4,
    szvalue: P5,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,