22 #ifndef FREERDP_CHANNEL_CLIPRDR_CLIENT_MAIN_H
23 #define FREERDP_CHANNEL_CLIPRDR_CLIENT_MAIN_H
25 #include <winpr/stream.h>
27 #include <freerdp/svc.h>
28 #include <freerdp/addin.h>
29 #include <freerdp/channels/log.h>
30 #include <freerdp/client/cliprdr.h>
32 #define TAG CHANNELS_TAG("cliprdr.client")
39 CliprdrClientContext* context;
46 BOOL capabilitiesReceived;
47 BOOL useLongFormatNames;
48 BOOL streamFileClipEnabled;
49 BOOL fileClipNoFilePaths;
51 BOOL hasHugeFileSupport;
52 BOOL initialFormatListSent;
55 CliprdrClientContext* cliprdr_get_client_interface(
cliprdrPlugin* cliprdr);
56 UINT cliprdr_send_error_response(
cliprdrPlugin* cliprdr, UINT16 type);
58 extern const char type_FileGroupDescriptorW[];
59 extern const char type_FileContents[];