IPXV_Inst::ThreadID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::ThreadID Property}} | {{#customTitle:IPXV_Inst::ThreadID Property}} | ||
− | {{#parentPage:PXV:IPXV_Inst#Properties|ThreadID | + | {{#parentPage:PXV:IPXV_Inst#Properties|ThreadID|property}} |
{{ToReview}} | {{ToReview}} | ||
− | + | Returns the identifier of the main thread, i.e. thread wherein the [[PXV:IPXV_Inst_Init|IPXV_Inst::Init]] was called. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ThreadID([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ThreadID([out, retval] LONG* nThreadID); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]] |
Latest revision as of 02:59, 15 June 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* nThreadID);