FreeRDP
generic_dynvc.c File Reference
#include <freerdp/config.h>
#include <freerdp/log.h>
#include <freerdp/client/channels.h>

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)
 

Macro Definition Documentation

◆ TAG

#define TAG   FREERDP_TAG("genericdynvc")

FreeRDP: A Remote Desktop Protocol Implementation Dynamic channel

Copyright 2022 David Fort conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.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.

Function Documentation

◆ freerdp_generic_DVCPluginEntry()

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 
)
Here is the call graph for this function:

◆ generic_dynvc_plugin_attached()

static UINT generic_dynvc_plugin_attached ( IWTSPlugin *  pPlugin)
static
Here is the caller graph for this function:

◆ generic_dynvc_plugin_detached()

static UINT generic_dynvc_plugin_detached ( IWTSPlugin *  pPlugin)
static
Here is the caller graph for this function:

◆ generic_dynvc_plugin_initialize()

static UINT generic_dynvc_plugin_initialize ( IWTSPlugin *  pPlugin,
IWTSVirtualChannelManager *  pChannelMgr 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ generic_on_new_channel_connection()

static UINT generic_on_new_channel_connection ( IWTSListenerCallback *  pListenerCallback,
IWTSVirtualChannel *  pChannel,
BYTE Data,
BOOL *  pbAccept,
IWTSVirtualChannelCallback **  ppCallback 
)
static
Here is the caller graph for this function:

◆ generic_plugin_terminated()

static UINT generic_plugin_terminated ( IWTSPlugin *  pPlugin)
static
Here is the call graph for this function:
Here is the caller graph for this function: