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
shadow_channels.h
1
19
#ifndef FREERDP_SERVER_SHADOW_CHANNELS_H
20
#define FREERDP_SERVER_SHADOW_CHANNELS_H
21
22
#include <freerdp/server/shadow.h>
23
24
#include <winpr/crt.h>
25
#include <winpr/synch.h>
26
27
#include "shadow_encomsp.h"
28
#include "shadow_remdesk.h"
29
#include "shadow_rdpsnd.h"
30
#include "shadow_audin.h"
31
#include "shadow_rdpgfx.h"
32
33
#ifdef __cplusplus
34
extern
"C"
35
{
36
#endif
37
38
UINT shadow_client_channels_post_connect(rdpShadowClient* client);
39
void
shadow_client_channels_free(rdpShadowClient* client);
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
/* FREERDP_SERVER_SHADOW_CHANNELS_H */
server
shadow
shadow_channels.h
Generated by
1.9.8