ISearchCompletedCallback interface
Contains a method that handles the notification about the completion of an asynchronous search operation. This interface is implemented by programmers who call the IUpdateSearcher.BeginSearch method.
Members
The ISearchCompletedCallback interface inherits from the IUnknown interface. ISearchCompletedCallback also has these types of members:
- Methods
Methods
The ISearchCompletedCallback interface has these methods.
Method | Description |
---|---|
Invoke | Handles the notification of the completion of an asynchronous search initiated by calling IUpdateSearcher.BeginSearch |
Requirements
Minimum supported client |
Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server |
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header |
Wuapi.h |
IDL |
Wuapi.idl |
Library |
Wuguid.lib |
DLL |
Wuapi.dll |
IID |
IID_ISearchCompletedCallback is defined as 88AEE058-D4B0-4725-A2F1-814A67AE964C |