diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 18:25:01 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 18:25:01 +0000 |
| commit | 0a3cc6ed06a3eac9f9c2243c432c6d4443603aae (patch) | |
| tree | 240ddc26fd18d02cc8a0f2d8770cd618527f9059 /plugins/ExternalAPI/m_hotkeysplus.h | |
| parent | 4641ff7a3a0d6a124c22a5c044bffd04073720fc (diff) | |
AvatarHistory adopted
git-svn-id: http://svn.miranda-ng.org/main/trunk@739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_hotkeysplus.h')
| -rw-r--r-- | plugins/ExternalAPI/m_hotkeysplus.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_hotkeysplus.h b/plugins/ExternalAPI/m_hotkeysplus.h new file mode 100644 index 0000000000..3da357f109 --- /dev/null +++ b/plugins/ExternalAPI/m_hotkeysplus.h @@ -0,0 +1,22 @@ +#define MS_HOTKEYSPLUS_ADDKEY "HotkeysPlus/Add"
+
+/*
+This service registers hotkey for
+WPARAM - service to perform
+LPARAM - decription of the service
+Returned values:
+ 0 - success,
+ 1 - hotkey for this function is already existing,
+ 2 - the service, that you try to register the hotkey for, not exists
+*/
+
+#define MS_HOTKEYSPLUS_EXISTKEY "HotkeysPlus/Exist"
+/*
+This service checks whether hotkey for service (WPARAM) exists
+LPARAM - not used
+Returned values:
+ 0 - failed,
+ 1 - the hotkey for this function exists,
+ 2 - the service not exists
+*/
+
|
