IPXV_Inst::LastActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets the ''Tool'' object that was activated last by end-user.
+
Gets the ''pTool'' object that was activated last by end-user.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_LastActiveTool([out, retval]  IPXV_Tool**  Tool);
+
<pre class="brush:cpp;gutter:false">HRESULT get_LastActiveTool([out, retval]  IPXV_Tool**  pTool);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:59, 15 June 2015


Gets the pTool object that was activated last by end-user.

Syntax

HRESULT get_LastActiveTool([out, retval]  IPXV_Tool**  pTool);

See Also

IPXV_Inst