blob: e773f6861c621d728e3c59d642e40a497ebf43ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
[int hMenu handle]
[Built the context menu for a specific contact. Menu should be DestroyMenu()ed after done]
[Toggle status]
[int Value]
[int 0]
[Import settings/contacts from file]
[Opens or activate database editor]
[Opens or activate user search dialog]
[displays File Transfer window]
[on Desktop]
[parent window handle]
[Go to Miranda Homepage]
[Shows contact history or (wParam=0) system history]
[Erases contact's history. hContact can be NULL(0) to empty system history]
[Show Global history search window. If already opened, bring it to front.]
[Station name]
[wParam is Handle]
[wParam is Ansi station name]
[wParam is Unicode station name]
[Starting or stopping radio station]
[Stop cycle]
[Start cycle]
[Start/stops the cycling throught protocols]
[signed -2 if proto can't set this, -1 on protocol not found, else 0]
[Shows a dialog to set the avatar for all possible protocols]
[Shows the next protocol in the frame]
[Shows the previous protocol in the frame]
[Opens the options dialog, optionally at the specified page]
[Open Options dialog]
[Check for updates]
[Empty updater download folder]
[Popup Plus (popup.dll) latest YAPP (yapp.dll)]
[Enables or disables Popup windows]
[Popup window]
[Enables or disables Popup windows (maybe deprecated)]
[result of protocol service call]
[Send a general request through the protocol chain for a contact]
[str, account name]
[Return account name associated to contact (no need to free it)]
[Show the dialog to select the contact]
[filter text]
[wParam is unicode]
[wParam is Ansi]
[Reserved]
[Plays sound added through Skin/Sounds/AddNew. If sound not found, standard Windows sound plays]
[Send Email to contact]
[struct]
[Returns the received files folder for a contact]
[Open contact received file directory]
[Send file to contact.]
[hContact;parameter]
[Opens message window for contact with handle in wparam]
[remove all temporary contacts from db]
[Call avatar option dialog for contact]
[Set (and optionally protect) a local contact picture for the given hContact. If lParam = NIL, the service will open a file selection dialog.]
[Shows contact property window.]
[Open URL in current window]
[Open URL in default browser]
[Returns a string containing the versioninfo post]
[Show or save (call default action) Modules version Info]
[log filename]
[report filename]
[Create report from log and run it (if option is set). If wParam or lParam is empty then file names from options are used.]
[Show popup or Info window with current music information.]
[WhenWasIt Birthday Reminder (whenwasit.dll)]
[display birthdays window]
[&OK]
[Unicode]
[Your Actman settings is for old version. If you ready to upgrade settings, press OK. Else press Cancel and change manually Actman plugin back to old version or make settings backup. To keep previously exported macros please import them back before conversion]
[Please, don't use macro test for non-saved macros. If you had 'Advanced' or file writing actions previously, check it - their logic was changed.]
[Actman settings converted to new version]
[Contact type]
[Select as Volatile]
|