IUIX_ThreadContext::Inst 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 the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ThreadContext::Inst Property}}
 
{{#customTitle:IUIX_ThreadContext::Inst Property}}
{{#parentPage:PXV:IUIX_ThreadContext|property}}
+
{{#parentPage:PXV:IUIX_ThreadContext#Properties|Inst|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Inst''' of interface [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] returns  Pointer to [[PXV:IUIX_Inst|IUIX_Inst]] ...
+
Property '''pInst''' of interface [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] returns  Pointer to [[PXV:IUIX_Inst|IUIX_Inst]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Inst([out, retval] IUIX_Inst** ppInst);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Inst([out, retval] IUIX_Inst** pInst);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]].
+
[[PXV:IUIX_ThreadContext|IUIX_ThreadContext]]

Latest revision as of 04:40, 15 June 2015


Property pInst of interface IUIX_ThreadContext returns Pointer to IUIX_Inst ...

Syntax

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

See Also

IUIX_ThreadContext