windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetPropertyA

pub unsafe fn MsiGetPropertyA<P1>(
    hinstall: MSIHANDLE,
    szname: P1,
    szvaluebuf: Option<PSTR>,
    pcchvaluebuf: Option<*mut u32>,
) -> u32
where P1: Param<PCSTR>,