FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
server/rdpgfx_main.h
1
20
#ifndef FREERDP_CHANNEL_RDPGFX_SERVER_MAIN_H
21
#define FREERDP_CHANNEL_RDPGFX_SERVER_MAIN_H
22
23
#include <freerdp/server/rdpgfx.h>
24
#include <freerdp/codec/zgfx.h>
25
26
struct
s_rdpgfx_server_private
27
{
28
ZGFX_CONTEXT* zgfx;
29
BOOL ownThread;
30
HANDLE thread;
31
HANDLE stopEvent;
32
HANDLE channelEvent;
33
void
* rdpgfx_channel;
34
DWORD SessionId;
35
wStream
* input_stream;
36
BOOL isOpened;
37
BOOL isReady;
38
wLog* log;
39
RDPGFX_CAPSET
activeCapSet;
40
};
26
struct
s_rdpgfx_server_private
{
…
};
41
42
#endif
/* FREERDP_CHANNEL_RDPGFX_SERVER_MAIN_H */
RDPGFX_CAPSET
Definition
channels/rdpgfx.h:117
s_rdpgfx_server_private
Definition
server/rdpgfx_main.h:27
wStream
Definition
include/winpr/stream.h:42
channels
rdpgfx
server
rdpgfx_main.h
Generated by
1.9.8