IPXV_Control::Inst Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::Inst Property}}
 
{{#customTitle:IPXV_Control::Inst Property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|Inst|property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|Inst|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Inst''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns  Pointer to [[PXV:IPXV_Inst|IPXV_Inst]] ...
+
Gets the main object of Editor SDK as pointer to [[PXV:IPXV_Inst|IPXV_Inst]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Inst([out, retval]  IPXV_Inst**  ppInst);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Inst([out, retval]  IPXV_Inst**  pInst);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Control|IPXV_Control]]
 
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Gets the main object of Editor SDK as pointer to IPXV_Inst.

Syntax

HRESULT get_Inst([out, retval]  IPXV_Inst**  pInst);

See Also

IPXV_Control