diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
commit | 1ef0329818e7ae30435f4c94d21862c7750f5601 (patch) | |
tree | 0cee1172022e75d0fe4b7aa746abbf9d3a1d2437 /include/delphi/m_database.inc | |
parent | 20f4a5534324ba89fa08f2a6948b1400547c9362 (diff) |
Miranda API update
Watrack: LastFM dialog crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_database.inc')
-rw-r--r-- | include/delphi/m_database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index f89346053a..ae31b63b66 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -142,7 +142,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
}
type
|