IPXV_Inst::ThreadID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ThreadID(LONG* pThreadID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ThreadID([out, retval] LONG* pThreadID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_Inst|IPXV_Inst]].
 
See also [[PXV:IPXV_Inst|IPXV_Inst]].

Revision as of 01:40, 17 April 2015

Property ThreadID of interface IPXV_Inst returns identifier of main thread.


Syntax

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

See Also

See also IPXV_Inst.