IPXV_SearchCallback::OnStopPtr Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchCallback::OnStopPtr Method}}
 
{{#customTitle:IPXV_SearchCallback::OnStopPtr Method}}
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnStopPtr Method|method}}
+
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnStopPtr|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 08: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.

See Also

IPXV_SearchCallback