IPXV_Inst::DefaultToolID Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::DefaultToolID Property}}
 
{{#customTitle:IPXV_Inst::DefaultToolID Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultToolID|property}}
 +
{{ToReview}}
  
Property '''DefaultToolID''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Value of LONG ...
+
Gets the unique identifier of default ''Tool'' object.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultToolID([out, retval] LONG* pToolID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultToolID([out, retval] LONG* nToolID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets the unique identifier of default Tool object.

Syntax

HRESULT get_DefaultToolID([out, retval]  LONG*  nToolID);

See Also

IPXV_Inst