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
ImageMessage.c
1
20
#include <winpr/config.h>
21
22
#include "wlog.h"
23
#include <winpr/image.h>
24
25
#include "ImageMessage.h"
26
27
BOOL WLog_ImageMessage_Write(
char
* filename,
void
* data,
size_t
width,
size_t
height,
size_t
bpp)
28
{
29
int
status = 0;
30
31
status = winpr_bitmap_write(filename, data, width, height, bpp);
32
33
if
(status < 0)
34
return
FALSE;
35
36
return
TRUE;
37
}
winpr
libwinpr
utils
wlog
ImageMessage.c
Generated by
1.9.8