IPXV_Inst::RegisterDocSelectionHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_UnregisterDocSelectionHandler|IPXV_Inst::UnregisterDocSelectionHandler]]

Revision as of 10:42, 27 May 2015


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, IPXV_Inst::UnregisterDocSelectionHandler