diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-15 16:10:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-15 16:10:54 +0000 |
commit | 57308d4f9a9c181ec3b6231e946eba2300ee0472 (patch) | |
tree | 1bb0e7d82d4dcd180ccc9bb5ed4dfe984f4cfa62 /include | |
parent | 91243d1c1d3b2360aab5b134c74dcb279a9136d7 (diff) |
database event registration's code slightly enhanced
git-svn-id: http://svn.miranda-ng.org/main/trunk@8624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index f2cb1b1eb8..6d1f18a29d 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -223,7 +223,7 @@ decode a blob and return the event text in the required format, its prototype is to a call of MS_DB_EVENT_GETTEXT (see below)
wParam = 0
lParam = (LPARAM)(DBEVENTTYPEDESCR*)
-Always returns 0.
+Returns -1 on error (e.g., event type already registred), 0 on success
*/
typedef struct
|