windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSourceListGetInfoW

pub unsafe fn MsiSourceListGetInfoW<P0, P1, P4>(
    szproductcodeorpatchcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    dwoptions: u32,
    szproperty: P4,
    szvalue: Option<PWSTR>,
    pcchvalue: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P4: Param<PCWSTR>,