FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
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
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};
41
42#endif /* FREERDP_CHANNEL_RDPGFX_SERVER_MAIN_H */