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
Layout.h
1
20
#ifndef WINPR_WLOG_LAYOUT_PRIVATE_H
21
#define WINPR_WLOG_LAYOUT_PRIVATE_H
22
23
#include "wlog.h"
24
29
struct
s_wLogLayout
30
{
31
DWORD Type;
32
33
LPSTR FormatString;
34
};
29
struct
s_wLogLayout
{
…
};
35
36
void
WLog_Layout_Free(wLog* log, wLogLayout* layout);
37
38
WINPR_ATTR_MALLOC(WLog_Layout_Free, 2)
39
wLogLayout* WLog_Layout_New(wLog* log);
40
41
#endif
/* WINPR_WLOG_LAYOUT_PRIVATE_H */
s_wLogLayout
Definition
Layout.h:30
winpr
libwinpr
utils
wlog
Layout.h
Generated by
1.9.8