|
static int | func_hardware_id_format (IUDEVICE *pdev, char(*HardwareIds)[DEVICE_HARDWARE_ID_SIZE]) |
|
static int | func_compat_id_format (IUDEVICE *pdev, char(*CompatibilityIds)[DEVICE_COMPATIBILITY_ID_SIZE]) |
|
static void | func_close_udevice (USB_SEARCHMAN *searchman, IUDEVICE *pdev) |
|
static int | fun_device_string_send_set (char *out_data, int out_offset, char *str) |
|
static int | func_container_id_generate (IUDEVICE *pdev, char *strContainerId) |
|
static int | func_instance_id_generate (IUDEVICE *pdev, char *strInstanceId) |
|
static void | func_lock_isoch_mutex (TRANSFER_DATA *transfer_data) |
|
static UINT | urbdrc_process_capability_request (URBDRC_CHANNEL_CALLBACK *callback, char *data, UINT32 data_sizem, UINT32 MessageId) |
|
static UINT | urbdrc_process_channel_create (URBDRC_CHANNEL_CALLBACK *callback, char *data, UINT32 data_sizem, UINT32 MessageId) |
|
static int | urdbrc_send_virtual_channel_add (IWTSVirtualChannel *channel, UINT32 MessageId) |
|
static UINT | urdbrc_send_usb_device_add (URBDRC_CHANNEL_CALLBACK *callback, IUDEVICE *pdev) |
|
static UINT | urbdrc_exchange_capabilities (URBDRC_CHANNEL_CALLBACK *callback, char *pBuffer, UINT32 cbSize) |
|
void * | urbdrc_new_device_create (void *arg) |
|
static UINT | urbdrc_process_channel_notification (URBDRC_CHANNEL_CALLBACK *callback, char *pBuffer, UINT32 cbSize) |
|
static UINT | urbdrc_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data) |
|
static UINT | urbdrc_on_close (IWTSVirtualChannelCallback *pChannelCallback) |
|
static UINT | urbdrc_on_new_channel_connection (IWTSListenerCallback *pListenerCallback, IWTSVirtualChannel *pChannel, BYTE *pData, BOOL *pbAccept, IWTSVirtualChannelCallback **ppCallback) |
|
static UINT | urbdrc_plugin_initialize (IWTSPlugin *pPlugin, IWTSVirtualChannelManager *pChannelMgr) |
|
static UINT | urbdrc_plugin_terminated (IWTSPlugin *pPlugin) |
|
static void | urbdrc_register_udevman_addin (IWTSPlugin *pPlugin, IUDEVMAN *udevman) |
|
static UINT | urbdrc_load_udevman_addin (IWTSPlugin *pPlugin, const char *name, ADDIN_ARGV *args) |
|
BOOL | urbdrc_set_subsystem (URBDRC_PLUGIN *urbdrc, char *subsystem) |
|
static UINT | urbdrc_process_addin_args (URBDRC_PLUGIN *urbdrc, ADDIN_ARGV *args) |
|
UINT | DVCPluginEntry (IDRDYNVC_ENTRY_POINTS *pEntryPoints) |
|
static int func_hardware_id_format |
( |
IUDEVICE * |
pdev, |
|
|
char(*) |
HardwareIds[DEVICE_HARDWARE_ID_SIZE] |
|
) |
| |
|
static |
FreeRDP: A Remote Desktop Protocol Implementation RemoteFX USB Redirection
Copyright 2012 Atrust corp. Copyright 2012 Alfred Liu alfre.nosp@m.d.li.nosp@m.u@atr.nosp@m.usco.nosp@m.rp.co.nosp@m.m
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.