summaryrefslogtreecommitdiff
path: root/include/delphi/m_database.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_database.inc')
-rw-r--r--include/delphi/m_database.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc
index 97dae60205..ea59b1d674 100644
--- a/include/delphi/m_database.inc
+++ b/include/delphi/m_database.inc
@@ -215,6 +215,11 @@ const
lParam=pointer to TDBEVENTGETTEXT
dbe should be the valid database event read via MS_DB_EVENT_GET
Only events of type EVENTTYPE_MESSAGE are supported.
+
+ egt->dbei should be the valid database event read via db_event_get()
+ egt->datatype = DBVT_WCHAR or DBVT_ASCIIZ or DBVT_TCHAR.
+ egt->codepage is any valid codepage, CP_ACP by default.
+
Function returns a pointer to a string in the required format.
This string should be freed by a call of mir_free
}