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
wf_floatbar.h
1
20
#ifndef FREERDP_CLIENT_WIN_FLOATBAR_H
21
#define FREERDP_CLIENT_WIN_FLOATBAR_H
22
23
#include <winpr/crt.h>
24
25
typedef
struct
s_FloatBar wfFloatBar;
26
typedef
struct
wf_context
wfContext;
27
28
wfFloatBar* wf_floatbar_new(wfContext* wfc, HINSTANCE window, DWORD flags);
29
void
wf_floatbar_free(wfFloatBar* floatbar);
30
31
BOOL wf_floatbar_toggle_fullscreen(wfFloatBar* floatbar, BOOL fullscreen);
32
33
#endif
/* FREERDP_CLIENT_WIN_FLOATBAR_H */
wf_context
Definition
wf_client.h:76
client
Windows
wf_floatbar.h
Generated by
1.9.8