FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
RdpeiServerContext Struct Reference

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
 
BOOL(* onChannelIdAssigned )(RdpeiServerContext *context, UINT32 channelId)
 

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.

Definition at line 37 of file server/rdpei.h.

Field Documentation

◆ clientVersion

UINT32 RdpeiServerContext::clientVersion

Definition at line 43 of file server/rdpei.h.

◆ maxTouchPoints

UINT16 RdpeiServerContext::maxTouchPoints

Definition at line 44 of file server/rdpei.h.

◆ onChannelIdAssigned

BOOL(* RdpeiServerContext::onChannelIdAssigned) (RdpeiServerContext *context, UINT32 channelId)

Callback, when the channel got its id assigned.

Definition at line 58 of file server/rdpei.h.

◆ onClientReady

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

callbacks that can be set by the user

Definition at line 48 of file server/rdpei.h.

◆ onPenEvent

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

Definition at line 50 of file server/rdpei.h.

◆ onTouchEvent

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

Definition at line 49 of file server/rdpei.h.

◆ onTouchReleased

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

Definition at line 51 of file server/rdpei.h.

◆ priv

RdpeiServerPrivate* RdpeiServerContext::priv

Definition at line 41 of file server/rdpei.h.

◆ protocolFlags

UINT32 RdpeiServerContext::protocolFlags

Definition at line 45 of file server/rdpei.h.

◆ user_data

void* RdpeiServerContext::user_data

Definition at line 53 of file server/rdpei.h.

◆ vcm

HANDLE RdpeiServerContext::vcm

Definition at line 39 of file server/rdpei.h.


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