windows::Win32::System::ApplicationInstallationAndServicing

Function MsiAdvertiseProductExA

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