IPXV_Tool::IsExclusive Property

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:IPXV_Tool::IsExclusive Property}}
 
{{#customTitle:IPXV_Tool::IsExclusive Property}}
 +
{{#parentPage:PXV:IPXV_Tool#Properties|IsExclusive|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''IsExclusive''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of VARIANT_BOOL ...
+
Property '''bIsExclusive''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of VARIANT_BOOL ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsExclusive([in] IPXV_Document* pDoc, [out, retval] VARIANT_BOOL* pIsExclusive);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsExclusive([in]           IPXV_Document* pDoc,
 +
                        [out, retval] VARIANT_BOOL*   bIsExclusive);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDoc''
+
;pDoc
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Tool|IPXV_Tool]].
+
[[PXV:IPXV_Tool|IPXV_Tool]]

Latest revision as of 04:08, 15 June 2015


Property bIsExclusive of interface IPXV_Tool returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsExclusive([in]           IPXV_Document*  pDoc,
                        [out, retval]  VARIANT_BOOL*   bIsExclusive);

Parameters

pDoc
[in] Pointer to IPXV_Document.

See Also

IPXV_Tool