IPXV_Inst::LastActiveToolID Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::LastActiveToolID Property}} | {{#customTitle:IPXV_Inst::LastActiveToolID Property}} | ||
{{#parentPage:PXV:IPXV_Inst#Properties|LastActiveToolID|property}} | {{#parentPage:PXV:IPXV_Inst#Properties|LastActiveToolID|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the unique identifier of ''Tool'' object that was activated last by end-user. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_LastActiveToolID([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_LastActiveToolID([out, retval] LONG* nToolID); |
</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
Gets the unique identifier of Tool object that was activated last by end-user.
Syntax
HRESULT get_LastActiveToolID([out, retval] LONG* nToolID);