IPXV_Tool::IsExclusive Property

From PDF XChange PDF SDK
Jump to: navigation, search
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:IPXV_Tool::IsExclusive Property}}
 
{{#customTitle:IPXV_Tool::IsExclusive Property}}
{{#parentPage:PXV:IPXV_Tool|IsExclusive Property|property}}
+
{{#parentPage:PXV:IPXV_Tool#Properties|IsExclusive|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{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,
 
<pre class="brush:cpp;gutter:false">HRESULT get_IsExclusive([in]          IPXV_Document*  pDoc,
                         [out, retval]  VARIANT_BOOL*  pIsExclusive);
+
                         [out, retval]  VARIANT_BOOL*  bIsExclusive);
 
</pre>
 
</pre>
  
Line 18: Line 18:
  
 
== 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