See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
WordListBuilder Class
>
WordListBuilder Methods
>
dtsWLB_ListMatchingWordsW Method
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
WordListBuilder.dtsWLB_ListMatchingWordsW Method
C#
public
static
extern
void
dtsWLB_ListMatchingWordsW
( IntPtr
hBuilder
, [MarshalAs(UnmanagedType.LPWStr)]
string
toMatch
,
int
maxCount
,
int
searchFlags
,
int
fuzziness
);
Remarks
Return Type: void hBuilder: void* toMatch: char* maxCount: int searchFlags: int fuzziness: int
See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace