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)
 
Line 6: Line 6:
 
{{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*  Doc,
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsExclusive([in]          IPXV_Document*  pDoc,
                         [out, retval]  VARIANT_BOOL*  IsExclusive);
+
                         [out, retval]  VARIANT_BOOL*  bIsExclusive);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Doc
+
;pDoc
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
 
:[in]  Pointer to [[PXV:IPXV_Document|IPXV_Document]].
  
 
== 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