summaryrefslogtreecommitdiff
path: root/GnuPG/contactmenu.h
blob: 94920d19aa006a30ca0b5bd9fe40517e7f80e185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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__