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) |
FreeRDP: A Remote Desktop Protocol Implementation Extended Input channel server-side definitions
Copyright 2014 Thincast Technologies Gmbh. Copyright 2014 David FORT conta Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger ct@h arden ing- consu ltin g.commarti n.ha imber ger@ thinc ast. 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.
BOOL(* RdpeiServerContext::onChannelIdAssigned) (RdpeiServerContext *context, UINT32 channelId) |
Callback, when the channel got its id assigned.
Definition at line 58 of file server/rdpei.h.
UINT(* RdpeiServerContext::onClientReady) (RdpeiServerContext *context) |
callbacks that can be set by the user
Definition at line 48 of file server/rdpei.h.