FreeRDP
|
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/synch.h>
#include <winpr/print.h>
#include <winpr/thread.h>
#include <winpr/stream.h>
#include <winpr/sysinfo.h>
#include <winpr/cmdline.h>
#include <winpr/collections.h>
#include <freerdp/addin.h>
#include <freerdp/client/channels.h>
#include "disp_main.h"
#include "../disp_common.h"
Functions | |
static UINT | disp_send_display_control_monitor_layout_pdu (GENERIC_CHANNEL_CALLBACK *callback, UINT32 NumMonitors, const DISPLAY_CONTROL_MONITOR_LAYOUT *Monitors) |
static UINT | disp_recv_display_control_caps_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
static UINT | disp_recv_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
static UINT | disp_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data) |
static UINT | disp_on_close (IWTSVirtualChannelCallback *pChannelCallback) |
static UINT | disp_send_monitor_layout (DispClientContext *context, UINT32 NumMonitors, DISPLAY_CONTROL_MONITOR_LAYOUT *Monitors) |
static UINT | disp_plugin_initialize (GENERIC_DYNVC_PLUGIN *base, rdpContext *rcontext, rdpSettings *settings) |
static void | disp_plugin_terminated (GENERIC_DYNVC_PLUGIN *base) |
Variables | |
static const IWTSVirtualChannelCallback | disp_callbacks |
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Channel Client Interface Function description
|
static |