IPXV_SearchCallback::OnStartPtr Method

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

Jump to: navigation, search


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

Syntax

HRESULT OnStartPtr([in]  IPXV_SearchPtr*  pPtr);

Parameters

pPtr
[in] Pointer to IPXV_SearchPtr containing the information about the search whereabouts.

Return Value

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

See Also

IPXV_SearchCallback