FreeRDP
Loading...
Searching...
No Matches
MouseCursorServerContext Struct Reference

Data Fields

HANDLE vcm
 
void * userdata
 
WINPR_ATTR_NODISCARD psMouseCursorServerInitialize Initialize
 
WINPR_ATTR_NODISCARD psMouseCursorServerOpen Open
 
WINPR_ATTR_NODISCARD psMouseCursorServerClose Close
 
WINPR_ATTR_NODISCARD psMouseCursorServerPoll Poll
 
WINPR_ATTR_NODISCARD psMouseCursorServerChannelHandle ChannelHandle
 
WINPR_ATTR_NODISCARD psMouseCursorServerCapsConfirm CapsConfirm
 
WINPR_ATTR_NODISCARD psMouseCursorServerMouseptrUpdate MouseptrUpdate
 
WINPR_ATTR_NODISCARD psMouseCursorServerChannelIdAssigned ChannelIdAssigned
 
WINPR_ATTR_NODISCARD psMouseCursorServerCapsAdvertise CapsAdvertise
 
rdpContext * rdpcontext
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Mouse Cursor Virtual Channel Extension

Copyright 2023 Pascal Nowack Pasca.nosp@m.l.No.nosp@m.wack@.nosp@m.gmx..nosp@m.de

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 55 of file server/rdpemsc.h.

Field Documentation

◆ CapsAdvertise

WINPR_ATTR_NODISCARD psMouseCursorServerCapsAdvertise MouseCursorServerContext::CapsAdvertise

Callback for the CapsAdvertise PDU.

Definition at line 118 of file server/rdpemsc.h.

◆ CapsConfirm

WINPR_ATTR_NODISCARD psMouseCursorServerCapsConfirm MouseCursorServerContext::CapsConfirm

Definition at line 101 of file server/rdpemsc.h.

◆ ChannelHandle

WINPR_ATTR_NODISCARD psMouseCursorServerChannelHandle MouseCursorServerContext::ChannelHandle

Retrieve the channel handle for use in conjunction with Poll(). If externalThread=FALSE do not call.

Definition at line 94 of file server/rdpemsc.h.

◆ ChannelIdAssigned

WINPR_ATTR_NODISCARD psMouseCursorServerChannelIdAssigned MouseCursorServerContext::ChannelIdAssigned

Callback, when the channel got its id assigned.

Definition at line 113 of file server/rdpemsc.h.

◆ Close

WINPR_ATTR_NODISCARD psMouseCursorServerClose MouseCursorServerContext::Close

Close the mouse cursor channel.

Definition at line 81 of file server/rdpemsc.h.

◆ Initialize

WINPR_ATTR_NODISCARD psMouseCursorServerInitialize MouseCursorServerContext::Initialize

Optional: Set thread handling. When externalThread=TRUE, the application is responsible to call Poll() periodically to process channel events.

Defaults to externalThread=FALSE

Definition at line 71 of file server/rdpemsc.h.

◆ MouseptrUpdate

WINPR_ATTR_NODISCARD psMouseCursorServerMouseptrUpdate MouseCursorServerContext::MouseptrUpdate

Definition at line 106 of file server/rdpemsc.h.

◆ Open

WINPR_ATTR_NODISCARD psMouseCursorServerOpen MouseCursorServerContext::Open

Open the mouse cursor channel.

Definition at line 76 of file server/rdpemsc.h.

◆ Poll

WINPR_ATTR_NODISCARD psMouseCursorServerPoll MouseCursorServerContext::Poll

Poll When externalThread=TRUE, call Poll() periodically from your main loop. If externalThread=FALSE do not call.

Definition at line 88 of file server/rdpemsc.h.

◆ rdpcontext

rdpContext* MouseCursorServerContext::rdpcontext

Definition at line 120 of file server/rdpemsc.h.

◆ userdata

void* MouseCursorServerContext::userdata

Definition at line 60 of file server/rdpemsc.h.

◆ vcm

HANDLE MouseCursorServerContext::vcm

Definition at line 57 of file server/rdpemsc.h.


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