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
client/disp.h
1
22
#ifndef FREERDP_CHANNEL_DISP_CLIENT_DISP_H
23
#define FREERDP_CHANNEL_DISP_CLIENT_DISP_H
24
25
#include <freerdp/channels/disp.h>
26
27
#ifdef __cplusplus
28
extern
"C"
29
{
30
#endif
31
32
typedef
struct
s_disp_client_context
DispClientContext;
33
34
typedef
UINT (*pcDispCaps)(DispClientContext* context, UINT32 MaxNumMonitors,
35
UINT32 MaxMonitorAreaFactorA, UINT32 MaxMonitorAreaFactorB);
36
typedef
UINT (*pcDispSendMonitorLayout)(DispClientContext* context, UINT32 NumMonitors,
37
DISPLAY_CONTROL_MONITOR_LAYOUT
* Monitors);
38
39
struct
s_disp_client_context
40
{
41
void
* handle;
42
void
* custom;
43
44
pcDispCaps DisplayControlCaps;
45
pcDispSendMonitorLayout SendMonitorLayout;
46
};
39
struct
s_disp_client_context
{
…
};
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
/* FREERDP_CHANNEL_DISP_CLIENT_DISP_H */
DISPLAY_CONTROL_MONITOR_LAYOUT
Definition
channels/disp.h:65
s_disp_client_context
Definition
client/disp.h:40
include
freerdp
client
disp.h
Generated by
1.9.8