Home
last modified time | relevance | path

Searched refs:PFnMsiQueryProductState (Results 1 – 1 of 1) sorted by relevance

/trunk/main/desktop/win32/source/setup/
H A Daoo_msi.cxx163 typedef INSTALLSTATE (WINAPI* PFnMsiQueryProductState)( LPCTSTR szProduct ); typedef
166 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()