#ifndef GET_DB_HANDLE_H_ #define GET_DB_HANDLE_H_ #include "windows.h" #include #include std::vector GetDbHandles(); DWORD GetDbHandleByDbName(wchar_t *dbname); unsigned int GetLocalIdByMsgId(ULONG64 msgid, int &dbIndex); std::vector GetChatMsgByMsgId(ULONG64 msgid); #endif