diff options
Diffstat (limited to 'include/m_email.h')
-rw-r--r-- | include/m_email.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_email.h b/include/m_email.h index ecbf27cb0c..7eae65a7f2 100644 --- a/include/m_email.h +++ b/include/m_email.h @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define M_EMAIL_H__ 1
//send an e-mail to the specified contact v0.1.0.1+
-//wParam = (WPARAM)(HANDLE)hContact
+//wParam = (MCONTACT)hContact
//lParam = 0
//returns 0 on success or nonzero on failure
//if an error occurs the service will display a message box with the error
|