IPXV_SearchCallback::OnNewEntry Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_SearchCallback::OnNewEntry Method}} | {{#customTitle:IPXV_SearchCallback::OnNewEntry Method}} | ||
{{#parentPage:PXV:IPXV_SearchCallback#Methods|OnNewEntry|method}} | {{#parentPage:PXV:IPXV_SearchCallback#Methods|OnNewEntry|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | The method of | + | The main method of the callback that is called when the new search entry has been found. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT OnNewEntry([in] IPXV_SearchEntry* | + | <pre class="brush:cpp;gutter:false">HRESULT OnNewEntry([in] IPXV_SearchEntry* pEntry);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;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 == |
Latest revision as of 07: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.