IOperationList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
+
Property '''pItem''' of interface [[PXV:IOperationList|IOperationList]] returns  Pointer to [[PXV:IOperation|IOperation]] ...
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        nIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]          ULONG        nIndex,
                 [out, retval]  IOperation**  ppItem);
+
                 [out, retval]  IOperation**  pItem);
 
</pre>
 
</pre>
  

Latest revision as of 03:19, 15 June 2015


Property pItem of interface IOperationList returns Pointer to IOperation ...

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IOperationList