IOperationHistory::Current 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 the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperationHistory::Current Property}}
 
{{#customTitle:IOperationHistory::Current Property}}
 +
{{#parentPage:PXV:IOperationHistory#Properties|Current|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Current''' of interface [[PXV:IOperationHistory|IOperationHistory]] returns  Value of LONG ...
 
Property '''Current''' of interface [[PXV:IOperationHistory|IOperationHistory]] returns  Value of LONG ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Current([out, retval] LONG* pIndex);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Current([out, retval] LONG* nIndex);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IOperationHistory|IOperationHistory]].
+
[[PXV:IOperationHistory|IOperationHistory]]

Latest revision as of 03:18, 15 June 2015


Property Current of interface IOperationHistory returns Value of LONG ...

Syntax

HRESULT get_Current([out, retval]  LONG*  nIndex);

See Also

IOperationHistory