diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:12:23 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:12:23 +0000 |
commit | 036428b1f75d480617d5df454dc28a5adb941d26 (patch) | |
tree | b6022e3c20886baee4948ce652e7a4fd2a087fdc /MRA/MraMPop.h | |
parent | 7c7b7aad1fab29f8b9c56298c7f2815752ad47e1 (diff) |
added MRA
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@67 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MRA/MraMPop.h')
-rw-r--r-- | MRA/MraMPop.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/MRA/MraMPop.h b/MRA/MraMPop.h new file mode 100644 index 0000000..8d04e06 --- /dev/null +++ b/MRA/MraMPop.h @@ -0,0 +1,26 @@ +#if !defined(AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#define AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
+
+
+#if _MSC_VER > 1000
+#pragma once
+#endif // _MSC_VER > 1000
+
+
+
+
+DWORD MraMPopSessionQueueInitialize (HANDLE *phMPopSessionQueue);
+void MraMPopSessionQueueDestroy (HANDLE hMPopSessionQueue);
+void MraMPopSessionQueueFlush (HANDLE hMPopSessionQueue);
+DWORD MraMPopSessionQueueAddUrl (HANDLE hMPopSessionQueue,LPSTR lpszUrl,SIZE_T dwUrlSize);
+DWORD MraMPopSessionQueueAddUrlAndEMail (HANDLE hMPopSessionQueue,LPSTR lpszUrl,SIZE_T dwUrlSize,LPSTR lpszEMail,SIZE_T dwEMailSize);
+DWORD MraMPopSessionQueueStart (HANDLE hMPopSessionQueue);
+DWORD MraMPopSessionQueueSetNewMPopKey (HANDLE hMPopSessionQueue,LPSTR lpszKey,SIZE_T dwKeySize);
+
+
+
+
+
+
+
+#endif // !defined(AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
|