[in] | result | Async operation result. Can be AR_Done if no more item, AR_Succeeded if the returned item is unique. The following values can be passed if the request's fRequestMultipleValues was TRUE: AR_ToBeContinued if the item is valid and more items are pending (do not request the rest of the list at this time, this notification will be called at least once with the same pAsync), AR_LastBatchItem if this is the last item for this batch (at this time you can initiate a new request to get the next items). |
[in] | hIndexListID | Handle to the index list ID. If available, the handle is valid only during the notification. If you want to maintain the handle, you must acquire the object with HookedObject_Acquire and release it when you no longer use it with HookedObject_Release. |
[in] | wMsgIndex | message index related to the item. CAUTION: first item is related to message index 1! |
[in] | strLabel | item label |