diff options
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index c9e6aacfc2..19bbad22f3 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -772,7 +772,6 @@ EXTERN_C MIR_APP_DLL(MEVENT) Proto_AuthRecv(const char *szProtoName, PROTORECVEV #define PRFF_UTF 0x0002 // in all MAllCStrings .a contains text in UTF8
#define PRFF_SILENT 0x0004 // do not show file send/receive dialog
-
struct PROTORECVFILE
{
uint32_t dwFlags; // PRFF_*
@@ -796,6 +795,13 @@ __forceinline INT_PTR ProtoChainRecvFile(MCONTACT hContact, PROTORECVFILE *pre) }
///////////////////////////////////////////////////////////////////////////////
+// Offline file's blob preparation
+// wParam = (DB::FILEBLOB*) blob to patch
+// lParam = (HANDLE) pointer to custom file transfer, passed to PROTORECVFILE.lParam
+
+#define PS_PRECREATE_OFFLINEFILE "/PreCreateOfflineFile"
+
+///////////////////////////////////////////////////////////////////////////////
// Offline file processing
#define PS_OFFLINEFILE "/OfflineFile"
|