The following tables list the members exposed by IMMResultsProcessor.
Public Properties
| Name | Description |
| AutoExpandTree | This property reads a boolean value indicating whether the results tree should be expanded automatically. True=expand the tree; False=do not expand the tree. |
| AutoSelectFirstNode | This property reads a boolean value indicating whether to automatically select the first node in the results tree. True=select; False=do not select. |
Top
Public Methods
| Name | Description |
| AddResults | This method receives the search results as an IMMSearchResults object, value(s) from the mmSearchOptionFlags enumeration, and an IMMSearchControl object. With this information, the method then returns an ID8List object in which the results are displayed according to the user selected Locator option flags. The IMMSearchControl object provides the ability to stop processing (i.e., when the Stop button is clicked). |
| ClearResults | Clears results from the previous search. |
| Delete | Deletes the IObject passed in. |
| Update | Updates the IObject passed in. |
Top
See Also