diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-09 21:08:15 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-09 21:08:15 +0000 |
commit | 23088b0c249cb5b00f08947338734e03be36f961 (patch) | |
tree | ee19a55e99d0512b573140e4b0b6d58739a6bab9 /plugins/Dropbox/src/m_dropbox.h | |
parent | bc53983ca355f2d4aa73cffb8dee68e7b7cba585 (diff) |
Dropbox: added MS_DROPBOX_SEND_FILEW service
git-svn-id: http://svn.miranda-ng.org/main/trunk@8529 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/m_dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/m_dropbox.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/m_dropbox.h b/plugins/Dropbox/src/m_dropbox.h index d0266942a7..5077f488af 100644 --- a/plugins/Dropbox/src/m_dropbox.h +++ b/plugins/Dropbox/src/m_dropbox.h @@ -8,4 +8,11 @@ //returns immediately, before the file or folder is uploaded
#define MS_DROPBOX_SEND_FILE "Dropbox/Send/File"
+//upload file on Dropbox
+//wParam = (MCONTACT)hContact
+//lParam = (LPARAM)(const wchar_t*)wszPath
+//returns 0 on success or nonzero on failure
+//returns immediately, before the file or folder is uploaded
+#define MS_DROPBOX_SEND_FILEW "Dropbox/Send/FileW"
+
#endif //M_DROPBOX_H_
\ No newline at end of file |