3.2.5.5 Receiving a CPMFindIndicesOut Response
When the client receives a CPMFindIndicesOut message response from the server, the client MUST perform the following:
If the _status value is an error value, the client MUST report the failure to the higher layer.
If the _status value indicates success, the results MUST be reported to the higher layer requesting the information, and further actions are determined by the higher layer.
If the _cDepthNext value is zero, the client MUST report to the higher layer that no occurrence of the given document identifiers was found.
For informative purposes, it is expected that higher layers will typically perform the following actions, but these are not enforced by the Windows Search Protocol client:
Store the returned coordinate if an occurrence was found and use it to send another CPMFindIndicesIn message in order to retrieve the next occurrence. This procedure can be repeated until no results are found.