windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetPropertyW

pub unsafe fn MsiGetPropertyW<P1>(
    hinstall: MSIHANDLE,
    szname: P1,
    szvaluebuf: Option<PWSTR>,
    pcchvaluebuf: Option<*mut u32>,
) -> u32
where P1: Param<PCWSTR>,