IPXV_Tool::IsExclusive Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Tool::IsExclusive Property}} | {{#customTitle:IPXV_Tool::IsExclusive Property}} | ||
− | {{#parentPage:PXV:IPXV_Tool|IsExclusive | + | {{#parentPage:PXV:IPXV_Tool#Properties|IsExclusive|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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* | + | [out, retval] VARIANT_BOOL* bIsExclusive); |
</pre> | </pre> | ||
Line 17: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Tool|IPXV_Tool]] |
Latest revision as of 03: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.