|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 |
| #define | INTERFACE ITextHost2 |
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 | |
| DECLARE_INTERFACE_ (ITextServices, IUnknown) | |
| DECLARE_INTERFACE_ (ITextHost, IUnknown) | |
| DECLARE_INTERFACE_ (ITextHost2, ITextHost) | |
| HRESULT WINAPI | CreateTextServices (IUnknown *, ITextHost *, IUnknown **) |
Variables | |
| EXTERN_C const IID | IID_ITextServices |
| EXTERN_C const IID | IID_ITextHost |
| EXTERN_C const IID | IID_ITextHost2 |
Definition at line 375 of file textserv.h.
Definition at line 375 of file textserv.h.
Definition at line 375 of file textserv.h.
Definition at line 33 of file textserv.h.
| #define TXTBIT_ALLOWBEEP 0x000800 |
Definition at line 196 of file textserv.h.
| #define TXTBIT_AUTOWORDSEL 0x000080 |
Definition at line 192 of file textserv.h.
| #define TXTBIT_BACKSTYLECHANGE 0x004000 |
Definition at line 199 of file textserv.h.
| #define TXTBIT_CHARFORMATCHANGE 0x020000 |
Definition at line 202 of file textserv.h.
| #define TXTBIT_CLIENTRECTCHANGE 0x100000 |
Definition at line 205 of file textserv.h.
| #define TXTBIT_DISABLEDRAG 0x001000 |
Definition at line 197 of file textserv.h.
| #define TXTBIT_EXTENTCHANGE 0x080000 |
Definition at line 204 of file textserv.h.
| #define TXTBIT_HIDESELECTION 0x000020 |
Definition at line 190 of file textserv.h.
| #define TXTBIT_MAXLENGTHCHANGE 0x008000 |
Definition at line 200 of file textserv.h.
| #define TXTBIT_MULTILINE 0x000002 |
Definition at line 186 of file textserv.h.
| #define TXTBIT_PARAFORMATCHANGE 0x040000 |
Definition at line 203 of file textserv.h.
| #define TXTBIT_READONLY 0x000004 |
Definition at line 187 of file textserv.h.
| #define TXTBIT_RICHTEXT 0x000001 |
Definition at line 185 of file textserv.h.
| #define TXTBIT_SAVESELECTION 0x000040 |
Definition at line 191 of file textserv.h.
| #define TXTBIT_SCROLLBARCHANGE 0x010000 |
Definition at line 201 of file textserv.h.
| #define TXTBIT_SELBARCHANGE 0x000200 |
Definition at line 194 of file textserv.h.
| #define TXTBIT_SHOWACCELERATOR 0x000008 |
Definition at line 188 of file textserv.h.
| #define TXTBIT_USECURRENTBKG 0x200000 |
Definition at line 206 of file textserv.h.
| #define TXTBIT_USEPASSWORD 0x000010 |
Definition at line 189 of file textserv.h.
| #define TXTBIT_VERTICAL 0x000100 |
Definition at line 193 of file textserv.h.
| #define TXTBIT_VIEWINSETCHANGE 0x002000 |
Definition at line 198 of file textserv.h.
| #define TXTBIT_WORDWRAP 0x000400 |
Definition at line 195 of file textserv.h.
Definition at line 448 of file textserv.h.
| typedef enum _TXTBACKSTYLE TXTBACKSTYLE |
| Enumerator | |
|---|---|
| TXTBACK_TRANSPARENT | |
| TXTBACK_OPAQUE | |
Definition at line 163 of file textserv.h.
| Enumerator | |
|---|---|
| TXTHITRESULT_NOHIT | |
| TXTHITRESULT_TRANSPARENT | |
| TXTHITRESULT_CLOSE | |
| TXTHITRESULT_HIT | |
Definition at line 168 of file textserv.h.
| Enumerator | |
|---|---|
| TXTNS_FITTOCONTENT | |
| TXTNS_ROUNDTOLINE | |
Definition at line 175 of file textserv.h.
| Enumerator | |
|---|---|
| TXTVIEW_ACTIVE | |
| TXTVIEW_INACTIVE | |
Definition at line 180 of file textserv.h.
Definition at line 610 of file txtsrv.c.
| DECLARE_INTERFACE_ | ( | ITextHost | , |
| IUnknown | |||
| ) |
Definition at line 212 of file textserv.h.
| DECLARE_INTERFACE_ | ( | ITextHost2 | , |
| ITextHost | |||
| ) |
Definition at line 376 of file textserv.h.
| DECLARE_INTERFACE_ | ( | ITextServices | , |
| IUnknown | |||
| ) |
Definition at line 44 of file textserv.h.
Definition at line 37 of file textserv.h.
Referenced by ITextHostImpl_QueryInterface().
Definition at line 38 of file textserv.h.
Referenced by ITextHostImpl_QueryInterface(), and ME_MakeEditor().
Definition at line 36 of file textserv.h.
Referenced by create_windowed_editor(), and ITextServicesImpl_QueryInterface().