IPXV_SearchCallback::OnStopPtr Method

From PDF XChange PDF SDK
Revision as of 08:32, 20 December 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The method is called when we leave a new block of search (document, page, bookmarks etc).

Syntax

HRESULT OnStopPtr([in]  IPXV_SearchPtr*  pPtr,
                        VARIANT_BOOL     bIncomplete);

Parameters

pPtr
[in] Pointer to IPXV_SearchPtr containing the information about the search whereabouts.
bIncomplete
Value of VARIANT_BOOL representing whether the search was interrupted by user or error.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_SearchCallback