|
CliprdrClientContext * | cliprdr_get_client_interface (cliprdrPlugin *cliprdr) |
|
static UINT | cliprdr_packet_send (cliprdrPlugin *cliprdr, wStream *s) |
|
UINT | cliprdr_send_error_response (cliprdrPlugin *cliprdr, UINT16 type) |
|
static void | cliprdr_print_general_capability_flags (UINT32 flags) |
|
static UINT | cliprdr_process_general_capability (cliprdrPlugin *cliprdr, wStream *s) |
|
static UINT | cliprdr_process_clip_caps (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_process_monitor_ready (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_process_filecontents_request (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_process_filecontents_response (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_process_lock_clipdata (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_process_unlock_clipdata (cliprdrPlugin *cliprdr, wStream *s, UINT32 length, UINT16 flags) |
|
static UINT | cliprdr_order_recv (LPVOID userdata, wStream *s) |
|
static UINT | cliprdr_client_capabilities (CliprdrClientContext *context, const CLIPRDR_CAPABILITIES *capabilities) |
|
static UINT | cliprdr_temp_directory (CliprdrClientContext *context, const CLIPRDR_TEMP_DIRECTORY *tempDirectory) |
|
static UINT | cliprdr_client_format_list (CliprdrClientContext *context, const CLIPRDR_FORMAT_LIST *formatList) |
|
static UINT | cliprdr_client_format_list_response (CliprdrClientContext *context, const CLIPRDR_FORMAT_LIST_RESPONSE *formatListResponse) |
|
static UINT | cliprdr_client_lock_clipboard_data (CliprdrClientContext *context, const CLIPRDR_LOCK_CLIPBOARD_DATA *lockClipboardData) |
|
static UINT | cliprdr_client_unlock_clipboard_data (CliprdrClientContext *context, const CLIPRDR_UNLOCK_CLIPBOARD_DATA *unlockClipboardData) |
|
static UINT | cliprdr_client_format_data_request (CliprdrClientContext *context, const CLIPRDR_FORMAT_DATA_REQUEST *formatDataRequest) |
|
static UINT | cliprdr_client_format_data_response (CliprdrClientContext *context, const CLIPRDR_FORMAT_DATA_RESPONSE *formatDataResponse) |
|
static UINT | cliprdr_client_file_contents_request (CliprdrClientContext *context, const CLIPRDR_FILE_CONTENTS_REQUEST *fileContentsRequest) |
|
static UINT | cliprdr_client_file_contents_response (CliprdrClientContext *context, const CLIPRDR_FILE_CONTENTS_RESPONSE *fileContentsResponse) |
|
static VOID VCAPITYPE | cliprdr_virtual_channel_open_event_ex (LPVOID lpUserParam, DWORD openHandle, UINT event, LPVOID pData, UINT32 dataLength, UINT32 totalLength, UINT32 dataFlags) |
|
static UINT | cliprdr_virtual_channel_event_connected (cliprdrPlugin *cliprdr, LPVOID pData, UINT32 dataLength) |
|
static UINT | cliprdr_virtual_channel_event_disconnected (cliprdrPlugin *cliprdr) |
|
static UINT | cliprdr_virtual_channel_event_terminated (cliprdrPlugin *cliprdr) |
|
static VOID VCAPITYPE | cliprdr_virtual_channel_init_event_ex (LPVOID lpUserParam, LPVOID pInitHandle, UINT event, LPVOID pData, UINT dataLength) |
|
| FREERDP_ENTRY_POINT (BOOL VCAPITYPE VirtualChannelEntryEx(PCHANNEL_ENTRY_POINTS pEntryPoints, PVOID pInitHandle)) |
|
const char* type_FileGroupDescriptorW = "FileGroupDescriptorW" |
FreeRDP: A Remote Desktop Protocol Implementation Clipboard Virtual Channel
Copyright 2009-2011 Jay Sorg Copyright 2010-2011 Vic Lee Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.