IPXV_DocSelectionHandler::IsSelHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT IsSelHandler([in]          IPXV_Document*      pDoc,
 
<pre class="brush:cpp;gutter:false">HRESULT IsSelHandler([in]          IPXV_Document*      pDoc,
 
                     [in]          IPXV_DocSelection*  pDocSel,
 
                     [in]          IPXV_DocSelection*  pDocSel,
                     [out, retval]  VARIANT_BOOL*      pIsHandler);</pre>
+
                     [out, retval]  VARIANT_BOOL*      bIsHandler);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 18:
 
;pDocSel
 
;pDocSel
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
 
:[in]  Pointer to [[PXV:IPXV_DocSelection|IPXV_DocSelection]].
;pIsHandler
+
;bIsHandler
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
:[out, retval]  Pointer to VARIANT_BOOL.
  

Revision as of 02:37, 4 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

pDoc
[in] Pointer to IPXV_Document.
pDocSel
[in] Pointer to IPXV_DocSelection.
bIsHandler
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXV_DocSelectionHandler