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
sample_shadow.h
1
20
#pragma once
21
22
#include <freerdp/server/shadow.h>
23
24
#ifdef __cplusplus
25
extern
"C"
26
{
27
#endif
28
29
typedef
struct
sample_shadow_subsystem
sampleShadowSubsystem;
30
31
struct
sample_shadow_subsystem
32
{
33
rdpShadowSubsystem base;
34
35
/* Additional platform specific stuff goes here */
36
};
31
struct
sample_shadow_subsystem
{
…
};
37
38
FREERDP_API
const
char
* ShadowSubsystemName(
void
);
39
FREERDP_API
int
ShadowSubsystemEntry(RDP_SHADOW_ENTRY_POINTS* pEntryPoints);
40
41
#ifdef __cplusplus
42
}
43
#endif
sample_shadow_subsystem
Definition
sample_shadow.h:32
server
shadow
Sample
sample_shadow.h
Generated by
1.9.8