IPXV_DocSelectionHandler::OnStartSelHandling Method
From PDF XChange PDF SDK
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.