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 10: Line 10:
 
== 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>
  

Revision as of 03:01, 4 June 2015


Property IsExclusive 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