ReactOS 0.4.15-dev-7924-g5949c20
indexsrv.idl File Reference

Go to the source code of this file.

Classes

struct  tagTEXT_SOURCE
 
interface  IWordSink
 
interface  IPhraseSink
 
interface  IWordBreaker
 

Typedefs

typedef HRESULT(WINAPIPFNFILLTEXTBUFFER) (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 Documentation

◆ PFNFILLTEXTBUFFER

typedef void * PFNFILLTEXTBUFFER

Definition at line 27 of file indexsrv.idl.

◆ TEXT_SOURCE

◆ WORDREP_BREAK_TYPE

Enumeration Type Documentation

◆ tagWORDREP_BREAK_TYPE

Enumerator
WORDREP_BREAK_EOW 
WORDREP_BREAK_EOS 
WORDREP_BREAK_EOP 
WORDREP_BREAK_EOC 

Definition at line 40 of file indexsrv.idl.

41{
enum tagWORDREP_BREAK_TYPE WORDREP_BREAK_TYPE
@ WORDREP_BREAK_EOC
Definition: indexsrv.idl:45
@ WORDREP_BREAK_EOS
Definition: indexsrv.idl:43
@ WORDREP_BREAK_EOW
Definition: indexsrv.idl:42
@ WORDREP_BREAK_EOP
Definition: indexsrv.idl:44