DRT_MATCH_TYPE enumeration
The DRT_MATCH_TYPE enumeration defines the exactness of a search result returned by DrtGetSearchResult after initiating a search with the DrtStartSearch API.
Syntax
typedef enum { DRT_MATCH_EXACT = 0, DRT_MATCH_NEAR = 1, DRT_MATCH_INTERMEDIATE = 2 } DRT_MATCH_TYPE;
Constants
- DRT_MATCH_EXACT
-
The node found is publishing the target key or is publishing a key within the specified range.
- DRT_MATCH_NEAR
-
The node found is publishing the numerically closest key to the specified target key.
- DRT_MATCH_INTERMEDIATE
-
The node returned is an intermediate node. An application will receive this node match type if fIterative is set to TRUE.
Requirements
|
Minimum supported client | Windows 7 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012