windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetShortcutTargetA

pub unsafe fn MsiGetShortcutTargetA<P0>(
    szshortcutpath: P0,
    szproductcode: Option<PSTR>,
    szfeatureid: Option<PSTR>,
    szcomponentcode: Option<PSTR>,
) -> u32
where P0: Param<PCSTR>,