FreeRDP
|
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 |
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.
UINT32 RdpeiServerContext::clientVersion |
Definition at line 46 of file server/rdpei.h.
psRdpeiServerClose RdpeiServerContext::Close |
UINT16 RdpeiServerContext::maxTouchPoints |
Definition at line 47 of file server/rdpei.h.
BOOL(* RdpeiServerContext::onChannelIdAssigned) (RdpeiServerContext *context, UINT32 channelId) |
Callback, when the channel got its id assigned.
Definition at line 61 of file server/rdpei.h.
UINT(* RdpeiServerContext::onClientReady) (RdpeiServerContext *context) |
callbacks that can be set by the user
Definition at line 51 of file server/rdpei.h.
UINT(* RdpeiServerContext::onPenEvent) (RdpeiServerContext *context, const RDPINPUT_PEN_EVENT *penEvent) |
Definition at line 53 of file server/rdpei.h.
UINT(* RdpeiServerContext::onTouchEvent) (RdpeiServerContext *context, const RDPINPUT_TOUCH_EVENT *touchEvent) |
Definition at line 52 of file server/rdpei.h.
UINT(* RdpeiServerContext::onTouchReleased) (RdpeiServerContext *context, BYTE contactId) |
Definition at line 54 of file server/rdpei.h.
psRdpeiServerOpen RdpeiServerContext::Open |
RdpeiServerPrivate* RdpeiServerContext::priv |
Definition at line 44 of file server/rdpei.h.
UINT32 RdpeiServerContext::protocolFlags |
Definition at line 48 of file server/rdpei.h.
void* RdpeiServerContext::user_data |
Definition at line 56 of file server/rdpei.h.
HANDLE RdpeiServerContext::vcm |
Definition at line 42 of file server/rdpei.h.