ReactOS 0.4.16-dev-424-ge4748fe
|
Go to the source code of this file.
Macros | |
#define | THISCALLMETHOD_(type, method) type (__thiscall *method) |
#define | INTERFACE ITextServices |
#define | TXTBIT_RICHTEXT 0x000001 |
#define | TXTBIT_MULTILINE 0x000002 |
#define | TXTBIT_READONLY 0x000004 |
#define | TXTBIT_SHOWACCELERATOR 0x000008 |
#define | TXTBIT_USEPASSWORD 0x000010 |
#define | TXTBIT_HIDESELECTION 0x000020 |
#define | TXTBIT_SAVESELECTION 0x000040 |
#define | TXTBIT_AUTOWORDSEL 0x000080 |
#define | TXTBIT_VERTICAL 0x000100 |
#define | TXTBIT_SELBARCHANGE 0x000200 |
#define | TXTBIT_WORDWRAP 0x000400 |
#define | TXTBIT_ALLOWBEEP 0x000800 |
#define | TXTBIT_DISABLEDRAG 0x001000 |
#define | TXTBIT_VIEWINSETCHANGE 0x002000 |
#define | TXTBIT_BACKSTYLECHANGE 0x004000 |
#define | TXTBIT_MAXLENGTHCHANGE 0x008000 |
#define | TXTBIT_SCROLLBARCHANGE 0x010000 |
#define | TXTBIT_CHARFORMATCHANGE 0x020000 |
#define | TXTBIT_PARAFORMATCHANGE 0x040000 |
#define | TXTBIT_EXTENTCHANGE 0x080000 |
#define | TXTBIT_CLIENTRECTCHANGE 0x100000 |
#define | TXTBIT_USECURRENTBKG 0x200000 |
#define | INTERFACE ITextHost |
Typedefs | |
typedef enum _TXTBACKSTYLE | TXTBACKSTYLE |
typedef HRESULT(WINAPI * | PCreateTextServices) (IUnknown *, ITextHost *, IUnknown **) |
Enumerations | |
enum | _TXTBACKSTYLE { TXTBACK_TRANSPARENT = 0 , TXTBACK_OPAQUE } |
enum | TXTHITRESULT { TXTHITRESULT_NOHIT = 0 , TXTHITRESULT_TRANSPARENT = 1 , TXTHITRESULT_CLOSE = 2 , TXTHITRESULT_HIT = 3 } |
enum | TXTNATURALSIZE { TXTNS_FITTOCONTENT = 1 , TXTNS_ROUNDTOLINE = 2 } |
enum | TXTVIEW { TXTVIEW_ACTIVE = 0 , TXTVIEW_INACTIVE = 1 } |
Functions | |
DEFINE_GUID (IID_ITextServices, 0x8d33f740, 0xcf58, 0x11ce, 0xa8, 0x9d, 0x00, 0xaa, 0x00, 0x6c, 0xad, 0xc5) | |
DEFINE_GUID (IID_ITextHost, 0xc5bdd8d0, 0xd26e, 0x11ce, 0xa8, 0x9e, 0x00, 0xaa, 0x00, 0x6c, 0xad, 0xc5) | |
DEFINE_GUID (IID_ITextHost2, 0xc5bdd8d0, 0xd26e, 0x11ce, 0xa8, 0x9e, 0x00, 0xaa, 0x00, 0x6c, 0xad, 0xc5) | |
DECLARE_INTERFACE_ (ITextServices, IUnknown) | |
DECLARE_INTERFACE_ (ITextHost, IUnknown) | |
HRESULT WINAPI | CreateTextServices (IUnknown *, ITextHost *, IUnknown **) |
Definition at line 212 of file textserv.h.
Definition at line 212 of file textserv.h.
Definition at line 33 of file textserv.h.
#define TXTBIT_ALLOWBEEP 0x000800 |
Definition at line 197 of file textserv.h.
#define TXTBIT_AUTOWORDSEL 0x000080 |
Definition at line 193 of file textserv.h.
#define TXTBIT_BACKSTYLECHANGE 0x004000 |
Definition at line 200 of file textserv.h.
#define TXTBIT_CHARFORMATCHANGE 0x020000 |
Definition at line 203 of file textserv.h.
#define TXTBIT_CLIENTRECTCHANGE 0x100000 |
Definition at line 206 of file textserv.h.
#define TXTBIT_DISABLEDRAG 0x001000 |
Definition at line 198 of file textserv.h.
#define TXTBIT_EXTENTCHANGE 0x080000 |
Definition at line 205 of file textserv.h.
#define TXTBIT_HIDESELECTION 0x000020 |
Definition at line 191 of file textserv.h.
#define TXTBIT_MAXLENGTHCHANGE 0x008000 |
Definition at line 201 of file textserv.h.
#define TXTBIT_MULTILINE 0x000002 |
Definition at line 187 of file textserv.h.
#define TXTBIT_PARAFORMATCHANGE 0x040000 |
Definition at line 204 of file textserv.h.
#define TXTBIT_READONLY 0x000004 |
Definition at line 188 of file textserv.h.
#define TXTBIT_RICHTEXT 0x000001 |
Definition at line 186 of file textserv.h.
#define TXTBIT_SAVESELECTION 0x000040 |
Definition at line 192 of file textserv.h.
#define TXTBIT_SCROLLBARCHANGE 0x010000 |
Definition at line 202 of file textserv.h.
#define TXTBIT_SELBARCHANGE 0x000200 |
Definition at line 195 of file textserv.h.
#define TXTBIT_SHOWACCELERATOR 0x000008 |
Definition at line 189 of file textserv.h.
#define TXTBIT_USECURRENTBKG 0x200000 |
Definition at line 207 of file textserv.h.
#define TXTBIT_USEPASSWORD 0x000010 |
Definition at line 190 of file textserv.h.
#define TXTBIT_VERTICAL 0x000100 |
Definition at line 194 of file textserv.h.
#define TXTBIT_VIEWINSETCHANGE 0x002000 |
Definition at line 199 of file textserv.h.
#define TXTBIT_WORDWRAP 0x000400 |
Definition at line 196 of file textserv.h.
Definition at line 376 of file textserv.h.
typedef enum _TXTBACKSTYLE TXTBACKSTYLE |
Enumerator | |
---|---|
TXTBACK_TRANSPARENT | |
TXTBACK_OPAQUE |
Definition at line 164 of file textserv.h.
Enumerator | |
---|---|
TXTHITRESULT_NOHIT | |
TXTHITRESULT_TRANSPARENT | |
TXTHITRESULT_CLOSE | |
TXTHITRESULT_HIT |
Definition at line 169 of file textserv.h.
Enumerator | |
---|---|
TXTNS_FITTOCONTENT | |
TXTNS_ROUNDTOLINE |
Definition at line 176 of file textserv.h.
Enumerator | |
---|---|
TXTVIEW_ACTIVE | |
TXTVIEW_INACTIVE |
Definition at line 181 of file textserv.h.
HRESULT WINAPI CreateTextServices | ( | IUnknown * | pUnkOuter, |
ITextHost * | pITextHost, | ||
IUnknown ** | ppUnk | ||
) |
Definition at line 387 of file txtsrv.c.
DECLARE_INTERFACE_ | ( | ITextHost | , |
IUnknown | |||
) |
Definition at line 213 of file textserv.h.
DECLARE_INTERFACE_ | ( | ITextServices | , |
IUnknown | |||
) |
Definition at line 44 of file textserv.h.
DEFINE_GUID | ( | IID_ITextHost | , |
0xc5bdd8d0 | , | ||
0xd26e | , | ||
0x11ce | , | ||
0xa8 | , | ||
0x9e | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0x6c | , | ||
0xad | , | ||
0xc5 | |||
) |
DEFINE_GUID | ( | IID_ITextHost2 | , |
0xc5bdd8d0 | , | ||
0xd26e | , | ||
0x11ce | , | ||
0xa8 | , | ||
0x9e | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0x6c | , | ||
0xad | , | ||
0xc5 | |||
) |
DEFINE_GUID | ( | IID_ITextServices | , |
0x8d33f740 | , | ||
0xcf58 | , | ||
0x11ce | , | ||
0xa8 | , | ||
0x9d | , | ||
0x00 | , | ||
0xaa | , | ||
0x00 | , | ||
0x6c | , | ||
0xad | , | ||
0xc5 | |||
) |