FreeRDP
Clipboard.m File Reference
#import "Clipboard.h"
#import "MRDPView.h"

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)
 

Function Documentation

◆ mac_cliprdr_init()

void mac_cliprdr_init ( mfContext mfc,
CliprdrClientContext *  cliprdr 
)
Here is the call graph for this function:

◆ mac_cliprdr_monitor_ready()

static UINT mac_cliprdr_monitor_ready ( CliprdrClientContext *  cliprdr,
const CLIPRDR_MONITOR_READY monitorReady 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_send_client_capabilities()

static int mac_cliprdr_send_client_capabilities ( CliprdrClientContext *  cliprdr)
static
Here is the caller graph for this function:

◆ mac_cliprdr_send_client_format_data_request()

static int mac_cliprdr_send_client_format_data_request ( CliprdrClientContext *  cliprdr,
UINT32  formatId 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_send_client_format_list()

int mac_cliprdr_send_client_format_list ( CliprdrClientContext *  cliprdr)

FreeRDP: A Remote Desktop Protocol Implementation

Copyright 2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_send_client_format_list_response()

static int mac_cliprdr_send_client_format_list_response ( CliprdrClientContext *  cliprdr,
BOOL  status 
)
static
Here is the caller graph for this function:

◆ mac_cliprdr_server_capabilities()

static UINT mac_cliprdr_server_capabilities ( CliprdrClientContext *  cliprdr,
const CLIPRDR_CAPABILITIES capabilities 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_server_file_contents_request()

static UINT mac_cliprdr_server_file_contents_request ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FILE_CONTENTS_REQUEST fileContentsRequest 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_server_file_contents_response()

static UINT mac_cliprdr_server_file_contents_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FILE_CONTENTS_RESPONSE fileContentsResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_server_format_data_request()

static UINT mac_cliprdr_server_format_data_request ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_DATA_REQUEST formatDataRequest 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_server_format_data_response()

static UINT mac_cliprdr_server_format_data_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_DATA_RESPONSE formatDataResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_server_format_list()

static UINT mac_cliprdr_server_format_list ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_LIST formatList 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mac_cliprdr_server_format_list_response()

static UINT mac_cliprdr_server_format_list_response ( CliprdrClientContext *  cliprdr,
const CLIPRDR_FORMAT_LIST_RESPONSE formatListResponse 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_server_lock_clipboard_data()

static UINT mac_cliprdr_server_lock_clipboard_data ( CliprdrClientContext *  cliprdr,
const CLIPRDR_LOCK_CLIPBOARD_DATA lockClipboardData 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_server_unlock_clipboard_data()

static UINT mac_cliprdr_server_unlock_clipboard_data ( CliprdrClientContext *  cliprdr,
const CLIPRDR_UNLOCK_CLIPBOARD_DATA unlockClipboardData 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the caller graph for this function:

◆ mac_cliprdr_uninit()

void mac_cliprdr_uninit ( mfContext mfc,
CliprdrClientContext *  cliprdr 
)
Here is the call graph for this function: