IPXV_Inst::ThreadID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ThreadID''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns identifier of main thread.
+
Returns the identifier of the main thread, i.e. thread wherein the [[PXV:IPXV_Inst_Init|IPXV_Inst::Init]] was called.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 18:48, 27 May 2015


Returns the identifier of the main thread, i.e. thread wherein the IPXV_Inst::Init was called.

Syntax

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

See Also

IPXV_Inst