windows::Win32::System::ApplicationInstallationAndServicing

Function MsiEnumFeaturesW

pub unsafe fn MsiEnumFeaturesW<P0>(
    szproduct: P0,
    ifeatureindex: u32,
    lpfeaturebuf: PWSTR,
    lpparentbuf: Option<PWSTR>,
) -> u32
where P0: Param<PCWSTR>,