Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
The lookup process is complete.
If this parameter is null, there were no results found. If not, it contains an array of nsUrlClassifierEntry objects with possible matches. The callee is responsible for freeing this array.
Generated using TypeDoc
This is an internal helper interface for communication between the main thread and the dbservice worker thread. It is called for each lookup to provide a set of possible results, which the main thread may need to expand using an nsIUrlClassifierCompleter.