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
errinfo.h
1
20
#ifndef FREERDP_LIB_CORE_ERRINFO_H
21
#define FREERDP_LIB_CORE_ERRINFO_H
22
23
#include <freerdp/freerdp.h>
24
#include <freerdp/api.h>
25
26
typedef
struct
27
{
28
UINT32 code;
29
const
char
* name;
30
const
char
* info;
31
const
char
* category;
32
}
ERRINFO
;
26
typedef
struct
{
…
};
33
34
FREERDP_LOCAL
void
rdp_print_errinfo(UINT32 code);
35
36
#endif
/* FREERDP_LIB_CORE_ERRINFO_H */
ERRINFO
Definition
errinfo.h:27
libfreerdp
core
errinfo.h
Generated by
1.9.8