windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSourceListSetInfoA

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