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)
 
psRdpeiServerOpen Open
 
psRdpeiServerClose Close
 

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 40 of file server/rdpei.h.

Field Documentation

◆ clientVersion

UINT32 RdpeiServerContext::clientVersion

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

◆ Close

psRdpeiServerClose RdpeiServerContext::Close

Close the input channel.

Since
version 3.15.0

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

◆ maxTouchPoints

UINT16 RdpeiServerContext::maxTouchPoints

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

◆ onChannelIdAssigned

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

Callback, when the channel got its id assigned.

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

◆ onClientReady

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

callbacks that can be set by the user

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

◆ onPenEvent

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

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

◆ onTouchEvent

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

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

◆ onTouchReleased

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

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

◆ Open

psRdpeiServerOpen RdpeiServerContext::Open

Open the input channel.

Since
version 3.15.0

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

◆ priv

RdpeiServerPrivate* RdpeiServerContext::priv

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

◆ protocolFlags

UINT32 RdpeiServerContext::protocolFlags

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

◆ user_data

void* RdpeiServerContext::user_data

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

◆ vcm

HANDLE RdpeiServerContext::vcm

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


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