diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-07-12 12:09:32 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-07-12 12:09:32 +0000 |
commit | 9c62ad6bb204781819184f772992fec768cb4418 (patch) | |
tree | b0cee1e1eaf09a79817eb138b396001acaa8d73e /plugins/SMS/recvdlg.h | |
parent | 0b26ecf091dcde8e2e153c331b0015697966a4cc (diff) |
Added SMS (not adopted yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/recvdlg.h')
-rw-r--r-- | plugins/SMS/recvdlg.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/SMS/recvdlg.h b/plugins/SMS/recvdlg.h new file mode 100644 index 0000000000..a34231b255 --- /dev/null +++ b/plugins/SMS/recvdlg.h @@ -0,0 +1,18 @@ +#if !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#define AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
+
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+
+
+DWORD RecvSMSWindowInitialize ();
+void RecvSMSWindowDestroy ();
+HWND RecvSMSWindowAdd (HANDLE hContact,DWORD dwEventType,LPWSTR lpwszPhone,SIZE_T dwPhoneSize,LPSTR lpszMessage,SIZE_T dwMessageSize);
+void RecvSMSWindowRemove (HWND hWndDlg);
+
+
+
+#endif // !defined(AFX_SMS_RECVDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
|