FreeRDP
RdpgfxServerPrivate Struct Reference

#include <rdpgfx_main.h>

Collaboration diagram for RdpgfxServerPrivate:

Data Fields

ZGFX_CONTEXT * zgfx
 
BOOL ownThread
 
HANDLE thread
 
HANDLE stopEvent
 
HANDLE channelEvent
 
void * rdpgfx_channel
 
DWORD SessionId
 
wStreaminput_stream
 
BOOL isOpened
 
BOOL isReady
 
wLog * log
 
RDPGFX_CAPSET activeCapSet
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Graphics Pipeline Extension

Copyright 2016 Jiang Zihao zihao.nosp@m..jia.nosp@m.ng@ya.nosp@m.hoo..nosp@m.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.

Field Documentation

◆ activeCapSet

RDPGFX_CAPSET RdpgfxServerPrivate::activeCapSet

Definition at line 39 of file server/rdpgfx_main.h.

◆ channelEvent

HANDLE RdpgfxServerPrivate::channelEvent

Definition at line 32 of file server/rdpgfx_main.h.

◆ input_stream

wStream* RdpgfxServerPrivate::input_stream

Definition at line 35 of file server/rdpgfx_main.h.

◆ isOpened

BOOL RdpgfxServerPrivate::isOpened

Definition at line 36 of file server/rdpgfx_main.h.

◆ isReady

BOOL RdpgfxServerPrivate::isReady

Definition at line 37 of file server/rdpgfx_main.h.

◆ log

wLog* RdpgfxServerPrivate::log

Definition at line 38 of file server/rdpgfx_main.h.

◆ ownThread

BOOL RdpgfxServerPrivate::ownThread

Definition at line 29 of file server/rdpgfx_main.h.

◆ rdpgfx_channel

void* RdpgfxServerPrivate::rdpgfx_channel

Definition at line 33 of file server/rdpgfx_main.h.

◆ SessionId

DWORD RdpgfxServerPrivate::SessionId

Definition at line 34 of file server/rdpgfx_main.h.

◆ stopEvent

HANDLE RdpgfxServerPrivate::stopEvent

Definition at line 31 of file server/rdpgfx_main.h.

◆ thread

HANDLE RdpgfxServerPrivate::thread

Definition at line 30 of file server/rdpgfx_main.h.

◆ zgfx

ZGFX_CONTEXT* RdpgfxServerPrivate::zgfx

Definition at line 28 of file server/rdpgfx_main.h.


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