summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/external_funcs.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-27 12:27:35 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-27 12:27:35 +0000
commitc52fc4ca7f0f43f90b93a1dc814ab5310223126a (patch)
treee7fafba84f697304c4f92746ebef7af65e5b33c9 /plugins/IEView/src/external_funcs.h
parent1da2c875e9be6506bf9214b4b65c4b7d9d9b2c36 (diff)
IEView: CallContactService function
git-svn-id: http://svn.miranda-ng.org/main/trunk@16175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/external_funcs.h')
-rw-r--r--plugins/IEView/src/external_funcs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/IEView/src/external_funcs.h b/plugins/IEView/src/external_funcs.h
index ede3ec1333..aa9a6ac306 100644
--- a/plugins/IEView/src/external_funcs.h
+++ b/plugins/IEView/src/external_funcs.h
@@ -1,6 +1,7 @@
enum EXTERNAL_FUNCTIONS
{
DISPID_EXTERNAL_CALLSERVICE = 600,
+ DISPID_EXTERNAL_CALLCONTACTSERVICE,
DISPID_EXTERNAL_GET_CURRENTCONTACT = 630,
@@ -14,6 +15,7 @@ enum EXTERNAL_FUNCTIONS
namespace External
{
HRESULT mir_CallService(DISPPARAMS *pDispParams, VARIANT *pVarResult);
+ HRESULT mir_CallContactService(DISPPARAMS *pDispParams, VARIANT *pVarResult);
HRESULT IEView_GetCurrentContact(IEView *self, DISPPARAMS *pDispParams, VARIANT *pVarResult);