dllregisterserver.cpp
来自「firtext搜索引擎源码」· C++ 代码 · 共 19 行
CPP
19 行
#include "com/Com.h"
#include <assert.h>
//#include <sqlite.h>
#include <stdio.h>
#include <string.h>
#include "com/linux/internal.h"
#include "com/linux/database.h"
firtex::com::FX_HRESULT firtex::com::DllRegisterServerImpl(firtex::com::FX_REFCLSID clsid, wchar_t const* name, THREADINGMODEL tm, wchar_t const* VersionIndependentProgId, wchar_t const* ProgId )
{
return firtex::com::database::addInprocServer32( internal::regsvr32_get_filename(), clsid, name, tm, VersionIndependentProgId, ProgId );
}
firtex::com::FX_HRESULT firtex::com::DllUnregisterServerImpl(firtex::com::FX_REFCLSID clsid)
{
return firtex::com::database::removeInprocServer32( clsid );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?