Function MsiGetFeatureStateA
pub unsafe fn MsiGetFeatureStateA<P1>(
hinstall: MSIHANDLE,
szfeature: P1,
piinstalled: *mut INSTALLSTATE,
piaction: *mut INSTALLSTATE,
) -> u32where
P1: Param<PCSTR>,
pub unsafe fn MsiGetFeatureStateA<P1>(
hinstall: MSIHANDLE,
szfeature: P1,
piinstalled: *mut INSTALLSTATE,
piaction: *mut INSTALLSTATE,
) -> u32where
P1: Param<PCSTR>,