diff options
Diffstat (limited to 'include/m_email.h')
-rw-r--r-- | include/m_email.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_email.h b/include/m_email.h index 5ff1962328..c19979ed5e 100644 --- a/include/m_email.h +++ b/include/m_email.h @@ -25,8 +25,8 @@ 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
-//lParam=0
+//wParam = (WPARAM)(HANDLE)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
//text, so this service should not be used if you do not want this behaviour.
|