windows::Win32::System::ApplicationInstallationAndServicing

Function MsiDatabaseOpenViewA

pub unsafe fn MsiDatabaseOpenViewA<P1>(
    hdatabase: MSIHANDLE,
    szquery: P1,
    phview: *mut MSIHANDLE,
) -> u32
where P1: Param<PCSTR>,