summaryrefslogtreecommitdiff
path: root/GnuPG/contactmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'GnuPG/contactmenu.h')
-rw-r--r--GnuPG/contactmenu.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/GnuPG/contactmenu.h b/GnuPG/contactmenu.h
new file mode 100644
index 0000000..94920d1
--- /dev/null
+++ b/GnuPG/contactmenu.h
@@ -0,0 +1,20 @@
+#ifndef __CONTACTMENU_H__
+#define __CONTACTMENU_H__
+
+#define menuitemposition 10000000
+
+// handles fuer die menueintraege
+extern HANDLE useencryption;
+extern HANDLE sendpublickey;
+
+// service namen der menueintraege
+extern char *svcuseencryption;
+extern char *svcsendpublickey;
+
+// service functions
+int UseEncryptionService(WPARAM wparam, LPARAM lparam);
+int SendPublicKeyService(WPARAM wparam, LPARAM lparam);
+// event function ME_CLIST_PREBUILDCONTACTMENU
+int UpdateContactMenu(WPARAM wparam, LPARAM lparam);
+
+#endif // __CONTACTMENU_H__ \ No newline at end of file