IPXV_SearchCallback::OnFinish Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchCallback::OnFinish Method}}
 
{{#customTitle:IPXV_SearchCallback::OnFinish Method}}
 +
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnFinish|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The method is called when the search operation finishes it's work.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT OnFinish([in] LONG nResCode);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT OnFinish([in] LONG nResCode);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nResCode''
+
;nResCode
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the HRESULT of the operation work. If the operation work was successful the S_OK will be passed here.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_SearchCallback|IPXV_SearchCallback]].
+
[[PXV:IPXV_SearchCallback|IPXV_SearchCallback]]

Latest revision as of 08:26, 20 December 2016


The method is called when the search operation finishes it's work.

Syntax

HRESULT OnFinish([in]  LONG  nResCode);

Parameters

nResCode
[in] Value of LONG containing the HRESULT of the operation work. If the operation work was successful the S_OK will be passed here.

Return Value

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

See Also

IPXV_SearchCallback