windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetSourcePathW

pub unsafe fn MsiGetSourcePathW<P1>(
    hinstall: MSIHANDLE,
    szfolder: P1,
    szpathbuf: Option<PWSTR>,
    pcchpathbuf: Option<*mut u32>,
) -> u32
where P1: Param<PCWSTR>,