summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/senddlg.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-12-24 21:30:41 +0000
committerRobert Pösel <robyer@seznam.cz>2012-12-24 21:30:41 +0000
commit367d9f6f71420e4c7ed5f273e04d280655bb3d7a (patch)
treed4bb82414145d3be020ab2b579bcd1947d8b6fa2 /plugins/SMS/src/senddlg.h
parent0851c3965879663c41cfe435d1b320ba68cf873a (diff)
SMS plugin adopted (32bit version only)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/senddlg.h')
-rw-r--r--plugins/SMS/src/senddlg.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/SMS/src/senddlg.h b/plugins/SMS/src/senddlg.h
new file mode 100644
index 0000000000..225cf80f28
--- /dev/null
+++ b/plugins/SMS/src/senddlg.h
@@ -0,0 +1,40 @@
+#if !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#define AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
+
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+
+DWORD SendSMSWindowInitialize ();
+void SendSMSWindowDestroy ();
+
+//Decleration of SMS send window list
+BOOL CALLBACK SMSAcceptedDlgProc (HWND hWndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
+BOOL CALLBACK SMSTimedOutDlgProc (HWND hWndDlg,UINT msg,WPARAM wParam,LPARAM lParam);
+HWND SendSMSWindowAdd (HANDLE hContact);
+void SendSMSWindowRemove (HWND hWndDlg);
+HANDLE SendSMSWindowHContactGet (HWND hWndDlg);
+void SendSMSWindowHContactSet (HWND hWndDlg,HANDLE hContact);
+HWND SendSMSWindowHwndByHProcessGet (HANDLE hProcess);
+void SendSMSWindowHProcessSet (HWND hWndDlg,HANDLE hProcess);
+BOOL SendSMSWindowMultipleGet (HWND hWndDlg);
+void SendSMSWindowMultipleSet (HWND hWndDlg,BOOL bMultiple);
+void SendSMSWindowNumberSet (HWND hWndDlg,LPWSTR lpwszPhone,SIZE_T dwPhoneSize);
+void SendSMSWindowAsSentSet (HWND hWndDlg);
+void SendSMSWindowDbeiSet (HWND hWndDlg,DBEVENTINFO *pdbei);
+void SendSMSWindowDBAdd (HWND hWndDlg);
+void SendSMSWindowHItemSendSet (HWND hWndDlg,HTREEITEM hItemSend);
+HTREEITEM SendSMSWindowHItemSendGet (HWND hWndDlg);
+HTREEITEM SendSMSWindowNextHItemGet (HWND hWndDlg,HTREEITEM hItem);
+HWND SendSMSWindowIsOtherInstanceHContact(HANDLE hContact);
+void SendSMSWindowNext (HWND hWndDlg);
+
+void SendSMSWindowSMSContactAdd (HWND hWndDlg,HANDLE hContact);
+HANDLE SendSMSWindowSMSContactGet (HWND hWndDlg,SIZE_T iNum);
+void SendSMSWindowSMSContactsRemove (HWND hWndDlg);
+void SendSMSWindowUpdateAccountList (HWND hWndDlg);
+void SendSMSWindowsUpdateAllAccountLists ();
+
+#endif // !defined(AFX_SMS_SENDDLG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)