FreeRDP
channels/rdpemsc.h File Reference
#include <freerdp/api.h>
#include <freerdp/dvc.h>
#include <freerdp/types.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  RDP_MOUSE_CURSOR_HEADER
 
struct  RDP_MOUSE_CURSOR_CAPSET
 
struct  RDP_MOUSE_CURSOR_CAPSET_VERSION1
 
struct  RDP_MOUSE_CURSOR_CAPS_ADVERTISE_PDU
 
struct  RDP_MOUSE_CURSOR_CAPS_CONFIRM_PDU
 
struct  TS_POINT16
 
struct  TS_POINTERATTRIBUTE
 
struct  TS_LARGEPOINTERATTRIBUTE
 
struct  RDP_MOUSE_CURSOR_MOUSEPTR_UPDATE_PDU
 

Macros

#define RDPEMSC_CHANNEL_NAME   "mousecursor"
 
#define RDPEMSC_DVC_CHANNEL_NAME   "Microsoft::Windows::RDS::MouseCursor"
 
#define RDPEMSC_HEADER_SIZE   4
 

Enumerations

enum  RDP_MOUSE_CURSOR_PDUTYPE { PDUTYPE_EMSC_RESERVED = 0x00 , PDUTYPE_CS_CAPS_ADVERTISE = 0x01 , PDUTYPE_SC_CAPS_CONFIRM = 0x02 , PDUTYPE_SC_MOUSEPTR_UPDATE = 0x03 }
 
enum  TS_UPDATETYPE_MOUSEPTR {
  TS_UPDATETYPE_MOUSEPTR_SYSTEM_NULL = 0x05 , TS_UPDATETYPE_MOUSEPTR_SYSTEM_DEFAULT = 0x06 , TS_UPDATETYPE_MOUSEPTR_POSITION = 0x08 , TS_UPDATETYPE_MOUSEPTR_CACHED = 0x0A ,
  TS_UPDATETYPE_MOUSEPTR_POINTER = 0x0B , TS_UPDATETYPE_MOUSEPTR_LARGE_POINTER = 0x0C
}
 
enum  RDP_MOUSE_CURSOR_CAPVERSION { RDP_MOUSE_CURSOR_CAPVERSION_INVALID = 0x00000000 , RDP_MOUSE_CURSOR_CAPVERSION_1 = 0x00000001 }
 

Macro Definition Documentation

◆ RDPEMSC_CHANNEL_NAME

#define RDPEMSC_CHANNEL_NAME   "mousecursor"

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.

◆ RDPEMSC_DVC_CHANNEL_NAME

#define RDPEMSC_DVC_CHANNEL_NAME   "Microsoft::Windows::RDS::MouseCursor"

◆ RDPEMSC_HEADER_SIZE

#define RDPEMSC_HEADER_SIZE   4

Enumeration Type Documentation

◆ RDP_MOUSE_CURSOR_CAPVERSION

Enumerator
RDP_MOUSE_CURSOR_CAPVERSION_INVALID 
RDP_MOUSE_CURSOR_CAPVERSION_1 

◆ RDP_MOUSE_CURSOR_PDUTYPE

Enumerator
PDUTYPE_EMSC_RESERVED 
PDUTYPE_CS_CAPS_ADVERTISE 
PDUTYPE_SC_CAPS_CONFIRM 
PDUTYPE_SC_MOUSEPTR_UPDATE 

◆ TS_UPDATETYPE_MOUSEPTR

Enumerator
TS_UPDATETYPE_MOUSEPTR_SYSTEM_NULL 
TS_UPDATETYPE_MOUSEPTR_SYSTEM_DEFAULT 
TS_UPDATETYPE_MOUSEPTR_POSITION 
TS_UPDATETYPE_MOUSEPTR_CACHED 
TS_UPDATETYPE_MOUSEPTR_POINTER 
TS_UPDATETYPE_MOUSEPTR_LARGE_POINTER