IPXV_Inst::GetDocSelectionHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Returns corresponding selection-handler for the specified document-selection object.
  
 
== Syntax ==
 
== Syntax ==
Line 19: Line 19:
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
 
;ppDocSelHandler
 
;ppDocSelHandler
:[out, retval]  Pointer to [[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]].
+
:[out, retval]  Returns pointer to corresponding [[PXV:IPXV_DocSelectionHandler|IPXV_DocSelectionHandler]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 18:15, 24 May 2015


Returns corresponding selection-handler for the specified document-selection object.

Syntax

HRESULT GetDocSelectionHandler([in]           IPXV_Document*              pDoc,
                               [in]           IPXV_DocSelection*          pDocSel,
                               [out, retval]  IPXV_DocSelectionHandler**  ppDocSelHandler);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
ppDocSelHandler
[out, retval] Returns pointer to corresponding IPXV_DocSelectionHandler object.

Return Value

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

See Also

IPXV_Inst