IPXV_DocSelectionHandler::OnStopSelHandling Method

From PDF XChange PDF SDK
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