IPXC_OCContext::IsCIVisible Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_OCContext::IsCIVisible Method}} | {{#customTitle:IPXC_OCContext::IsCIVisible Method}} | ||
− | {{#parentPage:PXV:IPXC_OCContext#Methods|IsCIVisible | + | {{#parentPage:PXV:IPXC_OCContext#Methods|IsCIVisible|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in] ULONG* | + | <pre class="brush:cpp;gutter:false">HRESULT IsCIVisible([in] ULONG* nCIPath, |
− | [in] ULONG | + | [in] ULONG nCIPathLen, |
− | [out, retval] VARIANT_BOOL* | + | [in] IPXC_ContentItem* pCItem, |
+ | [out, retval] VARIANT_BOOL* bIsVisible);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nCIPath |
:[in] Pointer to ULONG. | :[in] Pointer to ULONG. | ||
;nCIPathLen | ;nCIPathLen | ||
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
− | ; | + | ;pCItem |
+ | :[in] Pointer to [[PXV:IPXC_ContentItem|IPXC_ContentItem]]. | ||
+ | ;bIsVisible | ||
:[out, retval] Pointer to VARIANT_BOOL. | :[out, retval] Pointer to VARIANT_BOOL. | ||
Line 25: | Line 28: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_OCContext|IPXC_OCContext]] | + | [[PXV:IPXC_OCContext|IPXC_OCContext]] |
Latest revision as of 23:47, 8 May 2019
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT IsCIVisible([in] ULONG* nCIPath, [in] ULONG nCIPathLen, [in] IPXC_ContentItem* pCItem, [out, retval] VARIANT_BOOL* bIsVisible);
Parameters
- nCIPath
- [in] Pointer to ULONG.
- nCIPathLen
- [in] Value of ULONG.
- pCItem
- [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.