FreeRDP
|
#include <rdpgfx_main.h>
Data Fields | |
ZGFX_CONTEXT * | zgfx |
BOOL | ownThread |
HANDLE | thread |
HANDLE | stopEvent |
HANDLE | channelEvent |
void * | rdpgfx_channel |
DWORD | SessionId |
wStream * | input_stream |
BOOL | isOpened |
BOOL | isReady |
wLog * | log |
RDPGFX_CAPSET | activeCapSet |
FreeRDP: A Remote Desktop Protocol Implementation Graphics Pipeline Extension
Copyright 2016 Jiang Zihao zihao .jia ng@ya hoo. 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 26 of file server/rdpgfx_main.h.
RDPGFX_CAPSET RdpgfxServerPrivate::activeCapSet |
Definition at line 39 of file server/rdpgfx_main.h.
HANDLE RdpgfxServerPrivate::channelEvent |
Definition at line 32 of file server/rdpgfx_main.h.
wStream* RdpgfxServerPrivate::input_stream |
Definition at line 35 of file server/rdpgfx_main.h.
BOOL RdpgfxServerPrivate::isOpened |
Definition at line 36 of file server/rdpgfx_main.h.
BOOL RdpgfxServerPrivate::isReady |
Definition at line 37 of file server/rdpgfx_main.h.
wLog* RdpgfxServerPrivate::log |
Definition at line 38 of file server/rdpgfx_main.h.
BOOL RdpgfxServerPrivate::ownThread |
Definition at line 29 of file server/rdpgfx_main.h.
void* RdpgfxServerPrivate::rdpgfx_channel |
Definition at line 33 of file server/rdpgfx_main.h.
DWORD RdpgfxServerPrivate::SessionId |
Definition at line 34 of file server/rdpgfx_main.h.
HANDLE RdpgfxServerPrivate::stopEvent |
Definition at line 31 of file server/rdpgfx_main.h.
HANDLE RdpgfxServerPrivate::thread |
Definition at line 30 of file server/rdpgfx_main.h.
ZGFX_CONTEXT* RdpgfxServerPrivate::zgfx |
Definition at line 28 of file server/rdpgfx_main.h.