FreeRDP
|
Functions | |
int | mac_cliprdr_send_client_format_list (CliprdrClientContext *cliprdr) |
static int | mac_cliprdr_send_client_format_list_response (CliprdrClientContext *cliprdr, BOOL status) |
static int | mac_cliprdr_send_client_format_data_request (CliprdrClientContext *cliprdr, UINT32 formatId) |
static int | mac_cliprdr_send_client_capabilities (CliprdrClientContext *cliprdr) |
static UINT | mac_cliprdr_monitor_ready (CliprdrClientContext *cliprdr, const CLIPRDR_MONITOR_READY *monitorReady) |
static UINT | mac_cliprdr_server_capabilities (CliprdrClientContext *cliprdr, const CLIPRDR_CAPABILITIES *capabilities) |
static UINT | mac_cliprdr_server_format_list (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_LIST *formatList) |
static UINT | mac_cliprdr_server_format_list_response (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_LIST_RESPONSE *formatListResponse) |
static UINT | mac_cliprdr_server_lock_clipboard_data (CliprdrClientContext *cliprdr, const CLIPRDR_LOCK_CLIPBOARD_DATA *lockClipboardData) |
static UINT | mac_cliprdr_server_unlock_clipboard_data (CliprdrClientContext *cliprdr, const CLIPRDR_UNLOCK_CLIPBOARD_DATA *unlockClipboardData) |
static UINT | mac_cliprdr_server_format_data_request (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_DATA_REQUEST *formatDataRequest) |
static UINT | mac_cliprdr_server_format_data_response (CliprdrClientContext *cliprdr, const CLIPRDR_FORMAT_DATA_RESPONSE *formatDataResponse) |
static UINT | mac_cliprdr_server_file_contents_request (CliprdrClientContext *cliprdr, const CLIPRDR_FILE_CONTENTS_REQUEST *fileContentsRequest) |
static UINT | mac_cliprdr_server_file_contents_response (CliprdrClientContext *cliprdr, const CLIPRDR_FILE_CONTENTS_RESPONSE *fileContentsResponse) |
void | mac_cliprdr_init (mfContext *mfc, CliprdrClientContext *cliprdr) |
void | mac_cliprdr_uninit (mfContext *mfc, CliprdrClientContext *cliprdr) |
void mac_cliprdr_init | ( | mfContext * | mfc, |
CliprdrClientContext * | cliprdr | ||
) |
|
static |
Function description
|
static |
|
static |
int mac_cliprdr_send_client_format_list | ( | CliprdrClientContext * | cliprdr | ) |
FreeRDP: A Remote Desktop Protocol Implementation
Copyright 2014 Marc-Andre Moreau marca Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger ndre .more au@g mail. commarti n.ha imber ger@ thinc ast. 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.
|
static |
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
void mac_cliprdr_uninit | ( | mfContext * | mfc, |
CliprdrClientContext * | cliprdr | ||
) |