FreeRDP
|
Macros | |
#define | TAG FREERDP_TAG("genericdynvc") |
Functions | |
static UINT | generic_on_new_channel_connection (IWTSListenerCallback *pListenerCallback, IWTSVirtualChannel *pChannel, BYTE *Data, BOOL *pbAccept, IWTSVirtualChannelCallback **ppCallback) |
static UINT | generic_dynvc_plugin_initialize (IWTSPlugin *pPlugin, IWTSVirtualChannelManager *pChannelMgr) |
static UINT | generic_plugin_terminated (IWTSPlugin *pPlugin) |
static UINT | generic_dynvc_plugin_attached (IWTSPlugin *pPlugin) |
static UINT | generic_dynvc_plugin_detached (IWTSPlugin *pPlugin) |
UINT | freerdp_generic_DVCPluginEntry (IDRDYNVC_ENTRY_POINTS *pEntryPoints, const char *logTag, const char *name, size_t pluginSize, size_t channelCallbackSize, const IWTSVirtualChannelCallback *channel_callbacks, DYNVC_PLUGIN_INIT_FN initPluginFn, DYNVC_PLUGIN_TERMINATE_FN terminatePluginFn) |
#define TAG FREERDP_TAG("genericdynvc") |
FreeRDP: A Remote Desktop Protocol Implementation Dynamic channel
Copyright 2022 David Fort conta ct@h arden ing- consu ltin g.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.
UINT freerdp_generic_DVCPluginEntry | ( | IDRDYNVC_ENTRY_POINTS * | pEntryPoints, |
const char * | logTag, | ||
const char * | name, | ||
size_t | pluginSize, | ||
size_t | channelCallbackSize, | ||
const IWTSVirtualChannelCallback * | channel_callbacks, | ||
DYNVC_PLUGIN_INIT_FN | initPluginFn, | ||
DYNVC_PLUGIN_TERMINATE_FN | terminatePluginFn | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |