FirteX-高性能全文索引和检索平台API Documentation |
00001 // 00002 // Copyright(C) 2005--2006 Institute of Computing Tech, Chinese Academy of Sciences. 00003 // All rights reserved. 00004 // This file is part of FirteX (www.firtex.org) 00005 // 00006 // Use of the FirteX is subject to the terms of the software license set forth in 00007 // the LICENSE file included with this software, and also available at 00008 // http://www.firtex.org/license.html 00009 // 00010 // Author : 郭瑞杰(GuoRuijie) 00011 // Email : ruijieguo@software.ict.ac.cn 00012 // Created : 2006/9/11 00013 // 00014 #ifndef _CPCOM_UNIX_DATABASE_H_ 00015 #define _CPCOM_UNIX_DATABASE_H_ 00016 00017 #include <pthread.h> 00018 00019 namespace firtex 00020 { 00021 namespace com 00022 { 00023 namespace database 00024 { 00025 FX_HRESULT Initialize(); 00026 void Uninitialize(); 00027 FX_HRESULT lookupInprocServer32( FX_REFCLSID rclsid, char* filename ); 00028 FX_HRESULT addInprocServer32( wchar_t const* filename, firtex::com::FX_REFCLSID rclsid, wchar_t const* name, THREADINGMODEL tm, wchar_t const* VersionIndependentProgId, wchar_t const* ProgId ); 00029 FX_HRESULT removeInprocServer32( com::FX_REFCLSID clsid_ ); 00030 } // namespace database 00031 } // namespace com 00032 }// namespace firtex 00033 00034 00035 #endif 00036
http://www.firtex.org http://www.sourceforge.net/projects/firtex