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 Index, |
− | [out, retval] IPXC_FileSpec** | + | [out, retval] IPXC_FileSpec** Item); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Value of ULONG. | :[in] Value of ULONG. | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_AttachList|IPXV_AttachList]] | [[PXV:IPXV_AttachList|IPXV_AttachList]] |
Revision as of 06:23, 12 June 2015
Gets item from the attachments list by index.
Syntax
HRESULT get_Item([in] ULONG Index, [out, retval] IPXC_FileSpec** Item);
Parameters
- Index
- [in] Value of ULONG.