Searched refs:PFnMsiQueryProductState (Results 1 – 1 of 1) sorted by relevance
163 typedef INSTALLSTATE (WINAPI* PFnMsiQueryProductState)( LPCTSTR szProduct ); typedef166 static PFnMsiQueryProductState f = NULL; in aoo_MsiQueryProductState()170 f = (PFnMsiQueryProductState) aoo_msi_load( "MsiQueryProductStateW" ); in aoo_MsiQueryProductState()172 f = (PFnMsiQueryProductState) aoo_msi_load( "MsiQueryProductStateA" ); in aoo_MsiQueryProductState()