IPXV_SearchCallback::OnNewEntry Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_SearchCallback::OnNewEntry Method}}
 
{{#customTitle:IPXV_SearchCallback::OnNewEntry Method}}
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnNewEntry Method|method}}
+
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnNewEntry|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
The main method of the callback that is called when the new search entry has been found.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pEntry
 
;pEntry
:[in]  Pointer to [[PXV:IPXV_SearchEntry|IPXV_SearchEntry]].
+
:[in]  Pointer to [[PXV:IPXV_SearchEntry|IPXV_SearchEntry]] containing the new search entry.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_SearchCallback|IPXV_SearchCallback]].
+
[[PXV:IPXV_SearchCallback|IPXV_SearchCallback]]

Latest revision as of 08:48, 19 January 2017


The main method of the callback that is called when the new search entry has been found.

Syntax

HRESULT OnNewEntry([in]  IPXV_SearchEntry*  pEntry);

Parameters

pEntry
[in] Pointer to IPXV_SearchEntry containing the new search entry.

Return Value

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

See Also

IPXV_SearchCallback