windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetPatchInfoW

pub unsafe fn MsiGetPatchInfoW<P0, P1>(
    szpatch: P0,
    szattribute: P1,
    lpvaluebuf: Option<PWSTR>,
    pcchvaluebuf: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,