IUIX_ThreadContext::ThreadID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ThreadContext::ThreadID Property}}
 
{{#customTitle:IUIX_ThreadContext::ThreadID Property}}
{{#parentPage:PXV:IUIX_ThreadContext#Properties|ThreadID Property|property}}
+
{{#parentPage:PXV:IUIX_ThreadContext#Properties|ThreadID|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ThreadID''' of interface [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] returns  Value of LONG ...
+
Property '''nThreadID''' of interface [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]] returns  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ThreadID([out, retval]  LONG*  pThreadID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ThreadID([out, retval]  LONG*  nThreadID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_ThreadContext|IUIX_ThreadContext]].
+
[[PXV:IUIX_ThreadContext|IUIX_ThreadContext]]

Latest revision as of 04:40, 15 June 2015


Property nThreadID of interface IUIX_ThreadContext returns Value of LONG ...

Syntax

HRESULT get_ThreadID([out, retval]  LONG*  nThreadID);

See Also

IUIX_ThreadContext