Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
Describes the type of break that separates the current word from the previous word.
Syntax
typedef enum tagWORDREP_BREAK_TYPE {
WORDREP_BREAK_EOW = 0,
WORDREP_BREAK_EOS = 1,
WORDREP_BREAK_EOP = 2,
WORDREP_BREAK_EOC = 3
} WORDREP_BREAK_TYPE;
Constants
WORDREP_BREAK_EOWValue: 0 A word break is placed between this word and the previous word that was placed in the WordSink. This break is the default used by the PutWord method. |
WORDREP_BREAK_EOSValue: 1 A sentence break is placed between this word and the previous word. |
WORDREP_BREAK_EOPValue: 2 A paragraph break is placed between this word and the previous word. |
WORDREP_BREAK_EOCValue: 3 A chapter break is placed between this word and the previous word. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | indexsrv.h |