IPXV_DocSelectionHandler::OnStartSelHandling Method

From PDF XChange PDF SDK
Revision as of 01:43, 17 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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