IPXV_Inst::IsPortable Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== 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]]

Revision as of 02:41, 4 June 2015


Gets portable flag of Editor application.

Syntax

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

See Also

IPXV_Inst