FreeRDP
|
#include <sfreerdp.h>
Data Fields | |
rdpContext | _p |
RFX_CONTEXT * | rfx_context |
NSC_CONTEXT * | nsc_context |
wStream * | s |
BYTE * | bg_data |
UINT32 | icon_x |
UINT32 | icon_y |
BOOL | activated |
HANDLE | event |
HANDLE | stopEvent |
HANDLE | vcm |
void * | debug_channel |
HANDLE | debug_channel_thread |
BOOL | audin_open |
UINT32 | frame_id |
RdpsndServerContext * | rdpsnd |
EncomspServerContext * | encomsp |
rdpTransportIo | io |
wImage * | image |
FreeRDP: A Remote Desktop Protocol Implementation FreeRDP Sample Server
Copyright 2012 Marc-Andre Moreau marca ndre .more au@g mail. 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 43 of file sfreerdp.h.
rdpContext testPeerContext::_p |
Definition at line 45 of file sfreerdp.h.
BOOL testPeerContext::activated |
Definition at line 53 of file sfreerdp.h.
BOOL testPeerContext::audin_open |
Definition at line 62 of file sfreerdp.h.
BYTE* testPeerContext::bg_data |
Definition at line 50 of file sfreerdp.h.
void* testPeerContext::debug_channel |
Definition at line 57 of file sfreerdp.h.
HANDLE testPeerContext::debug_channel_thread |
Definition at line 58 of file sfreerdp.h.
EncomspServerContext* testPeerContext::encomsp |
Definition at line 69 of file sfreerdp.h.
HANDLE testPeerContext::event |
Definition at line 54 of file sfreerdp.h.
UINT32 testPeerContext::frame_id |
Definition at line 67 of file sfreerdp.h.
UINT32 testPeerContext::icon_x |
Definition at line 51 of file sfreerdp.h.
UINT32 testPeerContext::icon_y |
Definition at line 52 of file sfreerdp.h.
wImage* testPeerContext::image |
Definition at line 72 of file sfreerdp.h.
rdpTransportIo testPeerContext::io |
Definition at line 71 of file sfreerdp.h.
NSC_CONTEXT* testPeerContext::nsc_context |
Definition at line 48 of file sfreerdp.h.
RdpsndServerContext* testPeerContext::rdpsnd |
Definition at line 68 of file sfreerdp.h.
RFX_CONTEXT* testPeerContext::rfx_context |
Definition at line 47 of file sfreerdp.h.
wStream* testPeerContext::s |
Definition at line 49 of file sfreerdp.h.
HANDLE testPeerContext::stopEvent |
Definition at line 55 of file sfreerdp.h.
HANDLE testPeerContext::vcm |
Definition at line 56 of file sfreerdp.h.