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 9: Line 9:
  
 
== 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*  Doc,
                         [out, retval]  VARIANT_BOOL*  bIsExclusive);
+
                         [out, retval]  VARIANT_BOOL*  IsExclusive);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;pDoc
+
;Doc
 
:[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]]

Revision as of 07:45, 12 June 2015


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

Syntax

HRESULT get_IsExclusive([in]           IPXV_Document*  Doc,
                        [out, retval]  VARIANT_BOOL*   IsExclusive);

Parameters

Doc
[in] Pointer to IPXV_Document.

See Also

IPXV_Tool