From 88722c0734ae6ce9b91ba397b89c4b73ed6f064d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Jan 2015 23:00:18 +0000 Subject: transaction locker very first version of settings writer/reader git-svn-id: http://svn.miranda-ng.org/main/trunk@11847 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mdb/src/dbintf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/Dbx_mdb/src/dbintf.h') diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h index 16f5a7de42..78507969df 100644 --- a/plugins/Dbx_mdb/src/dbintf.h +++ b/plugins/Dbx_mdb/src/dbintf.h @@ -80,6 +80,13 @@ struct ModuleName #include +struct DBSettingKey +{ + DWORD dwContactID; + DWORD dwOfsModule; + char szSettingName[100]; +}; + #define DBCONTACT_SIGNATURE 0x43DECADEu struct DBContact { @@ -221,6 +228,7 @@ protected: //////////////////////////////////////////////////////////////////////////// // settings + MDB_dbi m_dbSettings; int m_codePage; HANDLE hService, hHook; -- cgit v1.2.3