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