From 964a7089f8a243fed81b9fc293512c7e2be6ce18 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 3 Jun 2008 13:27:13 +0000 Subject: import sametime plugin source git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@412 4f64403b-2f21-0410-a795-97e2b3489a10 --- sametime/common.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sametime/common.cpp (limited to 'sametime/common.cpp') diff --git a/sametime/common.cpp b/sametime/common.cpp new file mode 100644 index 0000000..c2a503f --- /dev/null +++ b/sametime/common.cpp @@ -0,0 +1,12 @@ +#include "common.h" + +int DBGetContactSettingUtf(HANDLE hContact, char *module, char *setting, DBVARIANT *dbv) { + DBCONTACTGETSETTING cgs; + cgs.szModule = module; + cgs.szSetting = setting; + cgs.pValue = dbv; + + dbv->type = DBVT_UTF8; + + return CallService(MS_DB_CONTACT_GETSETTING_STR, (WPARAM)hContact, (LPARAM)&cgs); +} \ No newline at end of file -- cgit v1.2.3