IOperationList::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 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 ==

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