Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx182 typedef UINT (WINAPI* PFnMsiSummaryInfoGetProperty)( MSIHANDLE hSummaryInfo, typedef
197 static PFnMsiSummaryInfoGetProperty f = NULL; in aoo_MsiSummaryInfoGetProperty()
201 f = (PFnMsiSummaryInfoGetProperty) aoo_msi_load( "MsSummaryInfoGetPropertyW" ); in aoo_MsiSummaryInfoGetProperty()
203 f = (PFnMsiSummaryInfoGetProperty) aoo_msi_load( "MsSummaryInfoGetPropertyA" ); in aoo_MsiSummaryInfoGetProperty()