IPXV_Inst::RegisterDocSelectionHandler Method

From PDF XChange PDF SDK
Revision as of 14:54, 26 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Registers the document selection(s) handler.

Syntax

HRESULT RegisterDocSelectionHandler([in]  IPXV_DocSelectionHandler*  pSelHandler);

Parameters

pSelHandler
[in] Pointer to IPXV_DocSelectionHandler object.

Return Value

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

See Also

IPXV_Inst