summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/external_funcs.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-01-21 13:24:38 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-01-21 13:24:38 +0000
commitdb58ffd66b837aa184ee8d934811b78f9ff8040b (patch)
tree74ef8573574fdf89d684d1d0bc4a3cc33a0076b4 /plugins/IEView/src/external_funcs.h
parente39a0d8ea79a50de094811ce9adf110252aa7f31 (diff)
IEView: external db_set function
git-svn-id: http://svn.miranda-ng.org/main/trunk@16135 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 6b46424d35..a9526cb831 100644
--- a/plugins/IEView/src/external_funcs.h
+++ b/plugins/IEView/src/external_funcs.h
@@ -1,11 +1,13 @@
enum EXTERNAL_FUNCTIONS
{
DISPID_EXTERNAL_DB_GET = 652,
+ DISPID_EXTERNAL_DB_SET,
DISPID_EXTERNAL_WIN32_SHELL_EXECUTE
};
namespace External
{
HRESULT db_get(DISPPARAMS *pDispParams, VARIANT *pVarResult);
+ HRESULT db_set(DISPPARAMS *pDispParams, VARIANT *pVarResult);
HRESULT win32_ShellExecute(DISPPARAMS *pDispParams, VARIANT *pVarResult);
} \ No newline at end of file