ReactOS 0.4.16-dev-716-g2b2bdab
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "richedit.h"
Go to the source code of this file.
Classes | |
struct | RTFFont |
struct | RTFColor |
struct | RTFStyle |
struct | RTFStyleElt |
struct | RTFBorder |
struct | RTFCell |
struct | RTFTable |
struct | tagRTFState |
struct | _RTF_Info |
Typedefs | |
typedef struct RTFFont | RTFFont |
typedef struct RTFColor | RTFColor |
typedef struct RTFStyle | RTFStyle |
typedef struct RTFStyleElt | RTFStyleElt |
typedef struct RTFBorder | RTFBorder |
typedef struct RTFCell | RTFCell |
typedef struct RTFTable | RTFTable |
typedef struct _RTF_Info | RTF_Info |
typedef void(* | RTFFuncPtr) (RTF_Info *) |
typedef struct tagRTFState | RTFState |