IOperationHistory::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG                    Index,
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG                    nIndex,
                 [out, retval]  IOperationHistoryItem**  Item);
+
                 [out, retval]  IOperationHistoryItem**  pItem);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;Index
+
;nIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IOperationHistory|IOperationHistory]]
 
[[PXV:IOperationHistory|IOperationHistory]]

Latest revision as of 23:50, 11 August 2015


Property Item of interface IOperationHistory returns Pointer to IOperationHistoryItem ...

Syntax

HRESULT get_Item([in]           ULONG                    nIndex,
                 [out, retval]  IOperationHistoryItem**  pItem);

Parameters

nIndex
[in] Value of ULONG.

See Also

IOperationHistory