FreeRDP
|
Data Fields | |
freerdp * | instance |
mfContext * | context |
rdpContext * | _context |
RDPSession * | session |
CGContextRef | bitmap_context |
int | event_pipe_producer |
int | event_pipe_consumer |
HANDLE | handle |
volatile TSXConnectionState | connection_state |
volatile BOOL | unwanted |
UINT32 | screenID |
UINT32 | virtscreen_width |
UINT32 | virtscreen_height |
UINT32 | servscreen_width |
UINT32 | servscreen_height |
UINT32 | servscreen_xoffset |
UINT32 | servscreen_yoffset |
int | bitsPerPixel |
int | peerCount |
int | activePeerCount |
int | framesPerSecond |
freerdp_peer ** | peers |
unsigned int | framesWaiting |
UINT32 | scale |
RFX_RECT | invalid |
pthread_mutex_t | mutex |
BOOL | mouse_down_left |
BOOL | mouse_down_right |
BOOL | mouse_down_other |
BOOL | input_disabled |
BOOL | force_all_disconnect |
FreeRDP: A Remote Desktop Protocol Client FreeRDP Mac OS X Server
Copyright 2023 Armin Novak anova Copyright 2023 Thincast Technologies GmbH k@th incst .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 45 of file ios_freerdp.h.
rdpContext* mfInfo::_context |
Definition at line 50 of file ios_freerdp.h.
int mfInfo::activePeerCount |
Definition at line 90 of file mf_interface.h.
CGContextRef mfInfo::bitmap_context |
Definition at line 56 of file ios_freerdp.h.
int mfInfo::bitsPerPixel |
Definition at line 88 of file mf_interface.h.
volatile TSXConnectionState mfInfo::connection_state |
Definition at line 64 of file ios_freerdp.h.
mfContext* mfInfo::context |
Definition at line 49 of file ios_freerdp.h.
int mfInfo::event_pipe_consumer |
Definition at line 60 of file ios_freerdp.h.
int mfInfo::event_pipe_producer |
Definition at line 59 of file ios_freerdp.h.
BOOL mfInfo::force_all_disconnect |
Definition at line 103 of file mf_interface.h.
int mfInfo::framesPerSecond |
Definition at line 91 of file mf_interface.h.
unsigned int mfInfo::framesWaiting |
Definition at line 93 of file mf_interface.h.
HANDLE mfInfo::handle |
Definition at line 61 of file ios_freerdp.h.
BOOL mfInfo::input_disabled |
Definition at line 102 of file mf_interface.h.
freerdp* mfInfo::instance |
Definition at line 48 of file ios_freerdp.h.
RFX_RECT mfInfo::invalid |
Definition at line 96 of file mf_interface.h.
BOOL mfInfo::mouse_down_left |
Definition at line 99 of file mf_interface.h.
BOOL mfInfo::mouse_down_other |
Definition at line 101 of file mf_interface.h.
BOOL mfInfo::mouse_down_right |
Definition at line 100 of file mf_interface.h.
pthread_mutex_t mfInfo::mutex |
Definition at line 97 of file mf_interface.h.
int mfInfo::peerCount |
Definition at line 89 of file mf_interface.h.
freerdp_peer** mfInfo::peers |
Definition at line 92 of file mf_interface.h.
UINT32 mfInfo::scale |
Definition at line 94 of file mf_interface.h.
UINT32 mfInfo::screenID |
Definition at line 80 of file mf_interface.h.
UINT32 mfInfo::servscreen_height |
Definition at line 84 of file mf_interface.h.
UINT32 mfInfo::servscreen_width |
Definition at line 83 of file mf_interface.h.
UINT32 mfInfo::servscreen_xoffset |
Definition at line 85 of file mf_interface.h.
UINT32 mfInfo::servscreen_yoffset |
Definition at line 86 of file mf_interface.h.
RDPSession* mfInfo::session |
Definition at line 53 of file ios_freerdp.h.
volatile BOOL mfInfo::unwanted |
Definition at line 66 of file ios_freerdp.h.
UINT32 mfInfo::virtscreen_height |
Definition at line 82 of file mf_interface.h.
UINT32 mfInfo::virtscreen_width |
Definition at line 81 of file mf_interface.h.