FreeRDP
RdpeiServerContext Struct Reference

#include <rdpei.h>

Data Fields

HANDLE vcm
 
RdpeiServerPrivate * priv
 
UINT32 clientVersion
 
UINT16 maxTouchPoints
 
UINT32 protocolFlags
 
UINT(* onClientReady )(RdpeiServerContext *context)
 
UINT(* onTouchEvent )(RdpeiServerContext *context, const RDPINPUT_TOUCH_EVENT *touchEvent)
 
UINT(* onPenEvent )(RdpeiServerContext *context, const RDPINPUT_PEN_EVENT *penEvent)
 
UINT(* onTouchReleased )(RdpeiServerContext *context, BYTE contactId)
 
void * user_data
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Extended Input channel server-side definitions

Copyright 2014 Thincast Technologies Gmbh. Copyright 2014 David FORT conta.nosp@m.ct@h.nosp@m.arden.nosp@m.ing-.nosp@m.consu.nosp@m.ltin.nosp@m.g.com Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..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.

Field Documentation

◆ clientVersion

UINT32 RdpeiServerContext::clientVersion

◆ maxTouchPoints

UINT16 RdpeiServerContext::maxTouchPoints

◆ onClientReady

UINT(* RdpeiServerContext::onClientReady) (RdpeiServerContext *context)

callbacks that can be set by the user

◆ onPenEvent

UINT(* RdpeiServerContext::onPenEvent) (RdpeiServerContext *context, const RDPINPUT_PEN_EVENT *penEvent)

◆ onTouchEvent

UINT(* RdpeiServerContext::onTouchEvent) (RdpeiServerContext *context, const RDPINPUT_TOUCH_EVENT *touchEvent)

◆ onTouchReleased

UINT(* RdpeiServerContext::onTouchReleased) (RdpeiServerContext *context, BYTE contactId)

◆ priv

RdpeiServerPrivate* RdpeiServerContext::priv

◆ protocolFlags

UINT32 RdpeiServerContext::protocolFlags

◆ user_data

void* RdpeiServerContext::user_data

◆ vcm

HANDLE RdpeiServerContext::vcm

The documentation for this struct was generated from the following file: