pub unsafe extern "system" fn MsiGetFeatureStateW(
hinstall: MSIHANDLE,
szfeature: PCWSTR,
piinstalled: *mut INSTALLSTATE,
piaction: *mut INSTALLSTATE
) -> u32
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"