IPXV_SearchCallback::OnNewEntry Method

From PDF XChange PDF SDK
Revision as of 08:48, 19 January 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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