windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetProductPropertyA

pub unsafe fn MsiGetProductPropertyA<P1>(
    hproduct: MSIHANDLE,
    szproperty: P1,
    lpvaluebuf: Option<PSTR>,
    pcchvaluebuf: Option<*mut u32>,
) -> u32
where P1: Param<PCSTR>,