IPXV_DocSelectionHandler::IsSelHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search


Checks if it's a selection handler for specified selection (firstly the implementer should check the ID property of the selection).

Syntax

HRESULT IsSelHandler([in]           IPXV_Document*      pDoc,
                     [in]           IPXV_DocSelection*  pDocSel,
                     [out, retval]  VARIANT_BOOL*       bIsHandler);

Parameters

pDoc
[in] Pointer to IPXV_Document containing the source document.
pDocSel
[in] Pointer to IPXV_DocSelection containing the document selection that should be checked.
bIsHandler
[out, retval] Pointer to VARIANT_BOOL containing whether the selection handler is a handler for the specified selection.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_DocSelectionHandler