Searched refs:hAny (Results 1 – 1 of 1) sorted by relevance
215 typedef UINT (WINAPI *PFnMsiCloseHandle)( MSIHANDLE hAny );216 UINT WINAPI aoo_MsiCloseHandle( MSIHANDLE hAny ) in aoo_MsiCloseHandle() argument227 return f( hAny ); in aoo_MsiCloseHandle()235 UINT WINAPI MsiCloseHandle( MSIHANDLE hAny ) in MsiCloseHandle() argument237 return aoo_MsiCloseHandle( hAny ); in MsiCloseHandle()