diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:01:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:01:26 +0000 |
commit | 1660edb24da69d794a447d49f8ea9398976870b5 (patch) | |
tree | 9c52c49f8297cdef07797c5b7778ed39c8a43678 /include/m_database.h | |
parent | 8aa736c7efd509ca88679fbabb644e49f2c5ef07 (diff) |
MS_DB_MODULE_DELETE extended to support module deletion from any contact, not only from the global settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@8375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_database.h')
-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 4099c7ef6e..f2cb1b1eb8 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -426,7 +426,7 @@ typedef int (*DBMODULEENUMPROC)(const char *szModuleName, DWORD ofsModuleName, L /* DB/Module/Delete 0.8.0+
Removes all settings for the specified module.
-wParam = 0 (unused)
+wParam = (WPARAM)(MCONTACT)hContact or 0 for global settings
lParam = (LPARAM)(char*)szModuleName - the module name to be deleted
*/
|