IPXV_SearchCallback::OnStartPtr Method
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | The method is called when we enter a new block of search (document, page, bookmarks etc). | + | The method is called when we enter a new block of search (document, page, bookmarks etc). The operation is monitoring the callback result and if the HRESULT IS an error and NOT E_NOTIMPL then this situation is perceived as a USER_CANCEL. |
== Syntax == | == Syntax == |
Latest revision as of 07:47, 19 January 2017
The method is called when we enter a new block of search (document, page, bookmarks etc). The operation is monitoring the callback result and if the HRESULT IS an error and NOT E_NOTIMPL then this situation is perceived as a USER_CANCEL.
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.