Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx138 typedef UINT (WINAPI* PFnMsiGetSummaryInformation)( MSIHANDLE hDatabase,
142 UINT WINAPI aoo_MsiGetSummaryInformation( MSIHANDLE hDatabase, in aoo_MsiGetSummaryInformation() argument
160 return f( hDatabase, szDatabasePath, uiUpdateCount, phSummaryInfo ); in aoo_MsiGetSummaryInformation()
H A Daoo_msi.hxx49 UINT WINAPI aoo_MsiGetSummaryInformation( MSIHANDLE hDatabase,
/AOO42X/main/setup_native/source/win32/customactions/reg64/
H A Dreg64.cxx437 MSIHANDLE hDatabase = MsiGetActiveDatabase(rhMSI); in Reg64() local
439 QueryReg64Table(hDatabase, hView); in Reg64()
445 MsiCloseHandle(hDatabase); in Reg64()