IPXV_Inst::IsPortable Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::IsPortable Property}}
 
{{#customTitle:IPXV_Inst::IsPortable Property}}
{{#parentPage:PXV:IPXV_Inst|IsPortable Property|property}}
+
{{#parentPage:PXV:IPXV_Inst#Properties|IsPortable|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IsPortable''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns Value of VARIANT_BOOL ...
+
Gets portable flag of Editor application.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsPortable([out, retval]  VARIANT_BOOL*  pPortable);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsPortable([out, retval]  VARIANT_BOOL*  bPortable);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:59, 15 June 2015


Gets portable flag of Editor application.

Syntax

HRESULT get_IsPortable([out, retval]  VARIANT_BOOL*  bPortable);

See Also

IPXV_Inst