Searched refs:aoo_msi_load (Results 1 – 1 of 1) sorted by relevance
74 static FARPROC aoo_msi_load( LPCSTR lpProcName ) in aoo_msi_load() function107 f = (PFnDllGetVersion) aoo_msi_load( "DllGetVersion" ); in aoo_MsiDllGetVersion()126 f = (PFnMsiGetPatchInfo) aoo_msi_load( "MsiGetPatchInfoW" ); in aoo_MsiGetPatchInfo()128 f = (PFnMsiGetPatchInfo) aoo_msi_load( "MsiGetPatchInfoA" ); in aoo_MsiGetPatchInfo()151 f = (PFnMsiGetSummaryInformation) aoo_msi_load( "MsiGetSummaryInformationW" ); in aoo_MsiGetSummaryInformation()153 f = (PFnMsiGetSummaryInformation) aoo_msi_load( "MsiGetSummaryInformationA" ); in aoo_MsiGetSummaryInformation()170 f = (PFnMsiQueryProductState) aoo_msi_load( "MsiQueryProductStateW" ); in aoo_MsiQueryProductState()172 f = (PFnMsiQueryProductState) aoo_msi_load( "MsiQueryProductStateA" ); in aoo_MsiQueryProductState()201 f = (PFnMsiSummaryInfoGetProperty) aoo_msi_load( "MsSummaryInfoGetPropertyW" ); in aoo_MsiSummaryInfoGetProperty()203 f = (PFnMsiSummaryInfoGetProperty) aoo_msi_load( "MsSummaryInfoGetPropertyA" ); in aoo_MsiSummaryInfoGetProperty()[all …]