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 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool::IsExclusive Property}}
 
{{#customTitle:IPXV_Tool::IsExclusive Property}}
{{#parentPage:PXV:IPXV_Tool|property}}
+
{{#parentPage:PXV:IPXV_Tool|IsExclusive Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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*   pIsExclusive);
 
</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]].
 
See also [[PXV:IPXV_Tool|IPXV_Tool]].

Revision as of 06:33, 23 April 2015


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

Syntax

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

Parameters

pDoc
[in] Pointer to IPXV_Document.

See Also

See also IPXV_Tool.