windows::Win32::System::ApplicationInstallationAndServicing

Function MsiAdvertiseProductExW

pub unsafe fn MsiAdvertiseProductExW<P0, P1, P2>(
    szpackagepath: P0,
    szscriptfilepath: P1,
    sztransforms: P2,
    lgidlanguage: u16,
    dwplatform: u32,
    dwoptions: u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,