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
▼
FreeRDP
►
FreeRDP: A Remote Desktop Protocol Implementation
►
FreeRDP Security Policies and Procedures
►
Proxy module API
►
Topics
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
shadow_capture.h
1
19
#ifndef FREERDP_SERVER_SHADOW_CAPTURE_H
20
#define FREERDP_SERVER_SHADOW_CAPTURE_H
21
22
#include <freerdp/server/shadow.h>
23
24
#include <winpr/crt.h>
25
#include <winpr/winpr.h>
26
#include <winpr/synch.h>
27
28
struct
rdp_shadow_capture
29
{
30
rdpShadowServer* server;
31
32
int
width;
33
int
height;
34
35
CRITICAL_SECTION
lock;
36
};
28
struct
rdp_shadow_capture
{
…
};
37
38
#ifdef __cplusplus
39
extern
"C"
40
{
41
#endif
42
43
void
shadow_capture_free(rdpShadowCapture* capture);
44
45
WINPR_ATTR_MALLOC(shadow_capture_free, 1)
46
rdpShadowCapture* shadow_capture_new(rdpShadowServer* server);
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
/* FREERDP_SERVER_SHADOW_CAPTURE_H */
RTL_CRITICAL_SECTION
Definition
include/winpr/synch.h:158
rdp_shadow_capture
Definition
shadow_capture.h:29
server
shadow
shadow_capture.h
Generated by
1.9.8