ReactOS 0.4.15-dev-7942-gd23573b
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _COLOURENTRY
 
struct  _COLOURMAP
 
struct  _BOUNDS
 
struct  _PEN
 
struct  _BRUSH
 
struct  _FONTGLYPH
 
struct  _DATABLOB
 
struct  _key_translation
 
struct  _VCHANNEL
 
struct  _PSTCACHE_CELLHEADER
 
struct  _RDPCOMP
 

Macros

#define True   (1)
 
#define False   (0)
 
#define MAX_CBSIZE   256
 

Typedefs

typedef unsigned char uint8
 
typedef signed char sint8
 
typedef unsigned short uint16
 
typedef signed short sint16
 
typedef unsigned int uint32
 
typedef signed int sint32
 
typedef voidHGLYPH
 
typedef voidHCOLOURMAP
 
typedef struct _COLOURENTRY COLOURENTRY
 
typedef struct _COLOURMAP COLOURMAP
 
typedef struct _BOUNDS BOUNDS
 
typedef struct _PEN PEN
 
typedef struct _BRUSH BRUSH
 
typedef struct _FONTGLYPH FONTGLYPH
 
typedef struct _DATABLOB DATABLOB
 
typedef struct _key_translation key_translation
 
typedef struct _VCHANNEL VCHANNEL
 
typedef uint8 HASH_KEY[8]
 
typedef struct _PSTCACHE_CELLHEADER CELLHEADER
 
typedef struct _RDPCOMP RDPCOMP
 
typedef BOOL(* str_handle_lines_t) (RDPCLIENT *This, const char *line, void *data)
 

Macro Definition Documentation

◆ False

#define False   (0)

Definition at line 27 of file types.h.

◆ MAX_CBSIZE

#define MAX_CBSIZE   256

Definition at line 157 of file types.h.

◆ True

#define True   (1)

Definition at line 26 of file types.h.

Typedef Documentation

◆ BOUNDS

◆ BRUSH

typedef struct _BRUSH BRUSH

◆ CELLHEADER

◆ COLOURENTRY

◆ COLOURMAP

◆ DATABLOB

◆ FONTGLYPH

◆ HASH_KEY

typedef uint8 HASH_KEY[8]

Definition at line 145 of file types.h.

◆ HCOLOURMAP

typedef void* HCOLOURMAP

Definition at line 45 of file types.h.

◆ HGLYPH

typedef void* HGLYPH

Definition at line 42 of file types.h.

◆ key_translation

◆ PEN

typedef struct _PEN PEN

◆ RDPCOMP

◆ sint16

typedef signed short sint16

Definition at line 33 of file types.h.

◆ sint32

typedef signed int sint32

Definition at line 35 of file types.h.

◆ sint8

typedef signed char sint8

Definition at line 31 of file types.h.

◆ str_handle_lines_t

typedef BOOL(* str_handle_lines_t) (RDPCLIENT *This, const char *line, void *data)

Definition at line 283 of file types.h.

◆ uint16

Definition at line 32 of file types.h.

◆ uint32

typedef unsigned int uint32

Definition at line 34 of file types.h.

◆ uint8

typedef unsigned char uint8

Definition at line 30 of file types.h.

◆ VCHANNEL