FreeRDP
libfreerdp/core/client.h File Reference
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <winpr/wtsapi.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/svc.h>
#include <freerdp/peer.h>
#include <freerdp/addin.h>
#include <freerdp/api.h>
#include <freerdp/client/channels.h>
#include <freerdp/client/drdynvc.h>
#include <freerdp/channels/channels.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  CHANNEL_CLIENT_DATA
 
struct  CHANNEL_OPEN_DATA
 
struct  CHANNEL_OPEN_EVENT
 
struct  CHANNEL_INIT_DATA
 
struct  rdpChannels
 

Macros

#define CHANNEL_MAX_COUNT   30
 

Functions

FREERDP_LOCAL void freerdp_channels_free (rdpChannels *channels)
 
FREERDP_LOCAL rdpChannels * freerdp_channels_new (freerdp *instance)
 
FREERDP_LOCAL UINT freerdp_channels_disconnect (rdpChannels *channels, freerdp *instance)
 
FREERDP_LOCAL void freerdp_channels_close (rdpChannels *channels, freerdp *instance)
 
FREERDP_LOCAL void freerdp_channels_register_instance (rdpChannels *channels, freerdp *instance)
 
FREERDP_LOCAL UINT freerdp_channels_pre_connect (rdpChannels *channels, freerdp *instance)
 
FREERDP_LOCAL UINT freerdp_channels_post_connect (rdpChannels *channels, freerdp *instance)
 

Macro Definition Documentation

◆ CHANNEL_MAX_COUNT

#define CHANNEL_MAX_COUNT   30

FreeRDP: A Remote Desktop Protocol Implementation Client Channels

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

Function Documentation

◆ freerdp_channels_close()

FREERDP_LOCAL void freerdp_channels_close ( rdpChannels *  channels,
freerdp *  instance 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_channels_disconnect()

FREERDP_LOCAL UINT freerdp_channels_disconnect ( rdpChannels *  channels,
freerdp *  instance 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_channels_free()

FREERDP_LOCAL void freerdp_channels_free ( rdpChannels *  channels)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_channels_new()

FREERDP_LOCAL rdpChannels* freerdp_channels_new ( freerdp *  instance)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ freerdp_channels_post_connect()

FREERDP_LOCAL UINT freerdp_channels_post_connect ( rdpChannels *  channels,
freerdp *  instance 
)

go through and inform all the libraries that we are connected this will tell the libraries that its ok to call MyVirtualChannelOpen called only from main thread

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

◆ freerdp_channels_pre_connect()

FREERDP_LOCAL UINT freerdp_channels_pre_connect ( rdpChannels *  channels,
freerdp *  instance 
)

go through and inform all the libraries that we are initialized called only from main thread

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

◆ freerdp_channels_register_instance()

FREERDP_LOCAL void freerdp_channels_register_instance ( rdpChannels *  channels,
freerdp *  instance 
)
Here is the caller graph for this function: