IPXV_DocSelectionHandler::OnStopSelHandling Method

From PDF XChange PDF SDK
Revision as of 01:46, 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 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.

See Also

IPXV_DocSelectionHandler