diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-12-31 17:08:47 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-12-31 17:08:47 +0000 |
commit | da87b3fa0479333cfe9505713f6ffaa54b9ba543 (patch) | |
tree | d4868e4947c3944bb3313a057ec3b189a876018f /plugins/Actman/services.ini | |
parent | f33f9ebac9806cba6bfd89715566a65c29b5fee2 (diff) |
pascal code: reformat, small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@11700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman/services.ini')
-rw-r--r-- | plugins/Actman/services.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 7d0bda9289..4b651f1fdd 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -508,6 +508,19 @@ short=0|param|b.ptr|native|native| descr=
plugin=
+[Structure:DBEVENTINFO]
+full=0| \
+dword (int) cbSize| \
+b.ptr (char *) szModule| \
+dword timestamp| \
+dword flags| \
+word eventType| \
+dword cbBlob| \
+b.ptr (PByte) pBlob|
+short=0|dword|b.ptr|dword|dword|word|dword|b.ptr|
+descr=
+plugin=
+
[Const:CALLSERVICE_NOTFOUND]
value=$80000000
value64=$8000000000000000
|