IPXV_Tool::IsExclusive Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 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|property}} | + | {{#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, [out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsExclusive([in] IPXV_Document* pDoc, |
+ | [out, retval] VARIANT_BOOL* bIsExclusive); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;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]] |
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.