IPXV_DocSelectionHandler::OnStartSelHandling Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_DocSelectionHandler::OnStartSelHandling Method}}
 
{{#customTitle:IPXV_DocSelectionHandler::OnStartSelHandling Method}}
 
{{#parentPage:PXV:IPXV_DocSelectionHandler#Methods|OnStartSelHandling|method}}
 
{{#parentPage:PXV:IPXV_DocSelectionHandler#Methods|OnStartSelHandling|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Called by the document to notify the handler that it is set as a selection handler for document's selection.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pDoc
 
;pDoc
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
+
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]] containing the source document.
 
;pNewDocSel
 
;pNewDocSel
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
+
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]] containing the new document's selection.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 01:43, 17 March 2016


Called by the document to notify the handler that it is set as a selection handler for document's selection.

Syntax

HRESULT OnStartSelHandling([in]  IPXV_Document*      pDoc,
                           [in]  IPXV_DocSelection*  pNewDocSel);

Parameters

pDoc
[in] Pointer to IPXV_Document containing the source document.
pNewDocSel
[in] Pointer to IPXV_DocSelection containing the new document's selection.

Return Value

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

See Also

IPXV_DocSelectionHandler