IPXC_CIVisibilityCallback::IsCIVisible Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in]          ULONG*         pCIPath,
+
<pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in]          ULONG*             nCIPath,
                     [in]          ULONG         nCIPathLen,
+
                     [in]          ULONG             nCIPathLen,
                     [out, retval]  VARIANT_BOOL* pIsVisible);</pre>
+
                    [in]          IPXC_ContentItem*  pItem,
 +
                     [out, retval]  VARIANT_BOOL*     bIsVisible);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pCIPath
+
;nCIPath
 
:[in]  Pointer to ULONG.
 
:[in]  Pointer to ULONG.
 
;nCIPathLen
 
;nCIPathLen
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
;pIsVisible
+
;pItem
 +
:[in]  Pointer to [[PXV:IPXC_ContentItem|IPXC_ContentItem]].
 +
;bIsVisible
 
:[out, retval]  Pointer to VARIANT_BOOL.
 
:[out, retval]  Pointer to VARIANT_BOOL.
  

Latest revision as of 00:45, 9 May 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IsCIVisible([in]           ULONG*             nCIPath,
                    [in]           ULONG              nCIPathLen,
                    [in]           IPXC_ContentItem*  pItem,
                    [out, retval]  VARIANT_BOOL*      bIsVisible);

Parameters

nCIPath
[in] Pointer to ULONG.
nCIPathLen
[in] Value of ULONG.
pItem
[in] Pointer to IPXC_ContentItem.
bIsVisible
[out, retval] Pointer to VARIANT_BOOL.

Return Value

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

See Also

IPXC_CIVisibilityCallback