IOperation::ID Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperation::ID Property}}
 
{{#customTitle:IOperation::ID Property}}
{{#parentPage:PXV:IOperation|ID Property|property}}
+
{{#parentPage:PXV:IOperation#Properties|ID|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ID''' of interface [[PXV:IOperation|IOperation]] returns  Value of LONG ...
+
Property '''nID''' of interface [[PXV:IOperation|IOperation]] 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:IOperation|IOperation]].
+
[[PXV:IOperation|IOperation]]

Latest revision as of 03:18, 15 June 2015


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

Syntax

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

See Also

IOperation