summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/m_dropbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/m_dropbox.h')
-rw-r--r--plugins/Dropbox/src/m_dropbox.h7
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