windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetShortcutTargetW

pub unsafe fn MsiGetShortcutTargetW<P0>(
    szshortcutpath: P0,
    szproductcode: Option<PWSTR>,
    szfeatureid: Option<PWSTR>,
    szcomponentcode: Option<PWSTR>,
) -> u32
where P0: Param<PCWSTR>,