Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Daoo_msi.cxx215 typedef UINT (WINAPI *PFnMsiCloseHandle)( MSIHANDLE hAny );
216 UINT WINAPI aoo_MsiCloseHandle( MSIHANDLE hAny ) in aoo_MsiCloseHandle() argument
227 return f( hAny ); in aoo_MsiCloseHandle()
235 UINT WINAPI MsiCloseHandle( MSIHANDLE hAny ) in MsiCloseHandle() argument
237 return aoo_MsiCloseHandle( hAny ); in MsiCloseHandle()