IPXV_AttachList::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, |
− | [out, retval] IPXC_FileSpec** | + | [out, retval] IPXC_FileSpec** pItem); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;nIndex |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_AttachList|IPXV_AttachList]] | [[PXV:IPXV_AttachList|IPXV_AttachList]] |
Latest revision as of 02:47, 15 June 2015
Gets item from the attachments list by index.
Syntax
HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_FileSpec** pItem);
Parameters
- nIndex
- [in] Value of ULONG.