windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetProductPropertyW

pub unsafe fn MsiGetProductPropertyW<P1>(
    hproduct: MSIHANDLE,
    szproperty: P1,
    lpvaluebuf: Option<PWSTR>,
    pcchvaluebuf: Option<*mut u32>,
) -> u32
where P1: Param<PCWSTR>,