IUIX_Inst::CurrentThreadCtx Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Inst::CurrentThreadCtx Property}}
 
{{#customTitle:IUIX_Inst::CurrentThreadCtx Property}}
 +
{{#parentPage:PXV:IUIX_Inst#Properties|CurrentThreadCtx|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''CurrentThreadCtx''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns  Pointer to [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] ...
 
Property '''CurrentThreadCtx''' of interface [[PXV:IUIX_Inst|IUIX_Inst]] returns  Pointer to [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentThreadCtx([out, retval] IUIX_ThreadContext** ppThreadCtx);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CurrentThreadCtx([out, retval] IUIX_ThreadContext** pThreadCtx);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Inst|IUIX_Inst]].
+
[[PXV:IUIX_Inst|IUIX_Inst]]

Latest revision as of 04:25, 15 June 2015


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

Syntax

HRESULT get_CurrentThreadCtx([out, retval]  IUIX_ThreadContext**  pThreadCtx);

See Also

IUIX_Inst