IPXV_SearchCallback::OnStopPtr Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchCallback::OnStopPtr Method}} | {{#customTitle:IPXV_SearchCallback::OnStopPtr Method}} | ||
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnStopPtr|method}} | {{#parentPage:PXV:IPXV_SearchCallback#Methods|OnStopPtr|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | The method of | + | The method is called when we leave a new block of search (document, page, bookmarks etc). |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pPtr | ;pPtr | ||
− | :[in] Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]]. | + | :[in] Pointer to [[PXV:IPXV_SearchPtr|IPXV_SearchPtr]] containing the information about the search whereabouts. |
;bIncomplete | ;bIncomplete | ||
− | : Value of VARIANT_BOOL. | + | : Value of VARIANT_BOOL representing whether the search was interrupted by user or error. |
== Return Value == | == Return Value == |
Latest revision as of 07:32, 20 December 2016
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.