FreeRDP
server/encomsp_main.h
1
20
#ifndef FREERDP_CHANNEL_ENCOMSP_SERVER_MAIN_H
21
#define FREERDP_CHANNEL_ENCOMSP_SERVER_MAIN_H
22
23
#include <winpr/crt.h>
24
#include <winpr/synch.h>
25
#include <winpr/thread.h>
26
27
#include <freerdp/server/encomsp.h>
28
29
struct
s_encomsp_server_private
30
{
31
HANDLE Thread;
32
HANDLE StopEvent;
33
void
* ChannelHandle;
34
};
35
36
#endif
/* FREERDP_CHANNEL_ENCOMSP_SERVER_MAIN_H */
s_encomsp_server_private
Definition:
server/encomsp_main.h:30
channels
encomsp
server
encomsp_main.h
Generated by
1.9.1