FreeRDP
|
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/print.h>
#include <freerdp/log.h>
#include "win_rdp.h"
Macros | |
#define | TAG SERVER_TAG("shadow.win") |
Functions | |
static void | shw_OnChannelConnectedEventHandler (void *context, const ChannelConnectedEventArgs *e) |
static void | shw_OnChannelDisconnectedEventHandler (void *context, const ChannelDisconnectedEventArgs *e) |
static BOOL | shw_begin_paint (rdpContext *context) |
static BOOL | shw_end_paint (rdpContext *context) |
BOOL | shw_desktop_resize (rdpContext *context) |
static BOOL | shw_surface_frame_marker (rdpContext *context, const SURFACE_FRAME_MARKER *surfaceFrameMarker) |
static BOOL | shw_authenticate (freerdp *instance, char **username, char **password, char **domain) |
static int | shw_verify_x509_certificate (freerdp *instance, const BYTE *data, size_t length, const char *hostname, UINT16 port, DWORD flags) |
static void | shw_OnConnectionResultEventHandler (void *context, const ConnectionResultEventArgs *e) |
static BOOL | shw_pre_connect (freerdp *instance) |
static BOOL | shw_post_connect (freerdp *instance) |
static DWORD WINAPI | shw_client_thread (LPVOID arg) |
static BOOL | shw_freerdp_client_global_init (void) |
static void | shw_freerdp_client_global_uninit (void) |
static int | shw_freerdp_client_start (rdpContext *context) |
static int | shw_freerdp_client_stop (rdpContext *context) |
static BOOL | shw_freerdp_client_new (freerdp *instance, rdpContext *context) |
static void | shw_freerdp_client_free (freerdp *instance, rdpContext *context) |
int | shw_RdpClientEntry (RDP_CLIENT_ENTRY_POINTS *pEntryPoints) |
int | win_shadow_rdp_init (winShadowSubsystem *subsystem) |
int | win_shadow_rdp_start (winShadowSubsystem *subsystem) |
int | win_shadow_rdp_stop (winShadowSubsystem *subsystem) |
int | win_shadow_rdp_uninit (winShadowSubsystem *subsystem) |
#define TAG SERVER_TAG("shadow.win") |
FreeRDP: A Remote Desktop Protocol Implementation
Copyright 2014 Marc-Andre Moreau marca ndre .more au@g mail. 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.
|
static |
|
static |
|
static |
BOOL shw_desktop_resize | ( | rdpContext * | context | ) |
|
static |
|
static |
|
static |
Client Interface
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int shw_RdpClientEntry | ( | RDP_CLIENT_ENTRY_POINTS * | pEntryPoints | ) |
|
static |
|
static |
int win_shadow_rdp_init | ( | winShadowSubsystem * | subsystem | ) |
int win_shadow_rdp_start | ( | winShadowSubsystem * | subsystem | ) |
int win_shadow_rdp_stop | ( | winShadowSubsystem * | subsystem | ) |
int win_shadow_rdp_uninit | ( | winShadowSubsystem * | subsystem | ) |