IPXV_SearchCallback::OnFinish Method

From PDF XChange PDF SDK
Revision as of 08:26, 20 December 2016 by Palamar (Talk | contribs)

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


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