Function windows::Win32::System::ApplicationInstallationAndServicing::MsiGetPropertyW
pub unsafe fn MsiGetPropertyW<P0, P1>(
hinstall: P0,
szname: P1,
szvaluebuf: PWSTR,
pcchvaluebuf: Option<*mut u32>,
) -> u32where
P0: Param<MSIHANDLE>,
P1: Param<PCWSTR>,