ReactOS 0.4.16-dev-533-gc7d1aa3
|
Go to the source code of this file.
Classes | |
struct | tagTEXT_SOURCE |
interface | IWordSink |
interface | IPhraseSink |
interface | IWordBreaker |
Typedefs | |
typedef HRESULT(WINAPI * | PFNFILLTEXTBUFFER) (struct tagTEXT_SOURCE *pTextSource) |
typedef struct tagTEXT_SOURCE | TEXT_SOURCE |
typedef enum tagWORDREP_BREAK_TYPE | WORDREP_BREAK_TYPE |
Enumerations | |
enum | tagWORDREP_BREAK_TYPE { WORDREP_BREAK_EOW = 0 , WORDREP_BREAK_EOS = 1 , WORDREP_BREAK_EOP = 2 , WORDREP_BREAK_EOC = 3 } |
typedef void * PFNFILLTEXTBUFFER |
Definition at line 27 of file indexsrv.idl.
typedef struct tagTEXT_SOURCE TEXT_SOURCE |
Enumerator | |
---|---|
WORDREP_BREAK_EOW | |
WORDREP_BREAK_EOS | |
WORDREP_BREAK_EOP | |
WORDREP_BREAK_EOC |
Definition at line 40 of file indexsrv.idl.