IPXC_CIVisibilityCallback::IsCIVisible Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CIVisibilityCallback::IsCIVisible Method}}
 
{{#customTitle:IPXC_CIVisibilityCallback::IsCIVisible Method}}
{{#parentPage:PXV:IPXC_CIVisibilityCallback|method}}
+
{{#parentPage:PXV:IPXC_CIVisibilityCallback#Methods|IsCIVisible|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in] ULONG* pCIPath, [in] ULONG nCIPathLen, [out, retval] VARIANT_BOOL* pIsVisible);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in]           ULONG*             nCIPath,
 +
                    [in]           ULONG             nCIPathLen,
 +
                    [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.
  
Line 22: Line 28:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_CIVisibilityCallback|IPXC_CIVisibilityCallback]].
+
[[PXV:IPXC_CIVisibilityCallback|IPXC_CIVisibilityCallback]]

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