IPXV_Inst::GetDocSelectionHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::GetDocSelectionHandler Method}}
 
{{#customTitle:IPXV_Inst::GetDocSelectionHandler Method}}
 +
{{#parentPage:PXV:IPXV_Inst#Methods|GetDocSelectionHandler|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Returns corresponding selection-handler for the specified document-selection object.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetDocSelectionHandler([in] IPXV_Document* pDoc, [in] IPXV_DocSelection* pDocSel, [out, retval] IPXV_DocSelectionHandler** ppDocSelHandler);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetDocSelectionHandler([in]           IPXV_Document*             pDoc,
 +
                              [in]           IPXV_DocSelection*         pDocSel,
 +
                              [out, retval] IPXV_DocSelectionHandler** pDocSelHandler);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDoc''
+
;pDoc
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
;''pDocSel''
+
;pDocSel
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
;''ppDocSelHandler''
+
;pDocSelHandler
:[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 ==
Line 19: Line 24:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:56, 15 June 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**  pDocSelHandler);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
pDocSelHandler
[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