WORDBREAKERLib, COM interface constants for VB.Net / VBScript
WORDBREAKERLib - interface constants
This page contains simple VBA include for the WORDBREAKERLib COM library.
library parameters| File Name | Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\LangWrbk.dll |
|---|
| Guid | {054EDAB4-7A0B-4BB3-B8E8-FFDAF8E09EB5} |
|---|
| Enums | 1 |
|---|
tagWORDREP_BREAK_TYPEenum, 6 members.Public Enum tagWORDREP_BREAK_TYPE
WORDREP_BREAK_EOW = 0
WORDREP_BREAK_EOS = 1
WORDREP_BREAK_EOP = 2
WORDREP_BREAK_EOC = 3
WORDREP_BREAK_RESERVED1 = 64
WORDREP_BREAK_RESERVED2 = 65
End Enum
|