pub unsafe extern "system" fn MsiGetFeatureInfoA(
hproduct: MSIHANDLE,
szfeature: PCSTR,
lpattributes: *mut u32,
lptitlebuf: PSTR,
pcchtitlebuf: *mut u32,
lphelpbuf: PSTR,
pcchhelpbuf: *mut u32
) -> u32
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"