diff options
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdb/src/dbintf.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <pshpack1.h>
+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;
|