IPXV_DocSelectionHandler::OnStopSelHandling Method
From PDF XChange PDF SDK
Called by the document to notify that the handler would be no longer set as a selection handler.
Syntax
HRESULT OnStopSelHandling([in] IPXV_Document* pDoc, [in] IPXV_DocSelection* pOldDocSel);
Parameters
- pDoc
- [in] Pointer to IPXV_Document containing the source document.
- pOldDocSel
- [in] Pointer to IPXV_DocSelection containing the old document's selection.
Return Value
Returns S_OK if operation was successful or error code in other cases.