IOperationList::Item Property

From PDF XChange PDF SDK
Revision as of 06:45, 21 May 2015 by Dsbot (Talk | contribs) (Parent page removed)

Jump to: navigation, search


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

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IOperationList.