IPXV_Tool::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Tool::ID Property}}
 
{{#customTitle:IPXV_Tool::ID Property}}
 +
{{#parentPage:PXV:IPXV_Tool#Properties|ID|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of LONG ...
+
Property '''nID''' of interface [[PXV:IPXV_Tool|IPXV_Tool]] returns  Value of LONG ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* pID);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ID([out, retval] LONG* nID);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Tool|IPXV_Tool]].
+
[[PXV:IPXV_Tool|IPXV_Tool]]

Latest revision as of 04:08, 15 June 2015


Property nID of interface IPXV_Tool returns Value of LONG ...

Syntax

HRESULT get_ID([out, retval]  LONG*  nID);

See Also

IPXV_Tool