diff options
Diffstat (limited to 'include/delphi')
-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 16d562c21f..00fdef2098 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -324,7 +324,7 @@ const { DB/Module/Delete 0.8.0+
Removes all settings for the specified module.
- wParam=0 (unused)
+ wParam=(WPARAM)(MCONTACT)hContact - contact's handle or 0 for global settings
lParam=(LPARAM)(AnsiChar*)szModuleName - the module name to be deleted
}
MS_DB_MODULE_DELETE:PAnsiChar = 'DB/Module/Delete';
|