IPXV_AttachList::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IPXV_AttachList::Item Property}}
 
{{#customTitle:IPXV_AttachList::Item Property}}
  
Property '''Item''' of interface [[PXV:IPXV_AttachList|IPXV_AttachList]] returns  Pointer to [[PXV:IPXC_FileAttachment|IPXC_FileAttachment]] ...
+
Property '''Item''' of interface [[PXV:IPXV_AttachList|IPXV_AttachList]] returns  Pointer to [[PXV:IPXC_FileSpec|IPXC_FileSpec]] ...
  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_FileAttachment** ppItem);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IPXC_FileSpec** ppItem);
 
</pre>
 
</pre>
  

Revision as of 23:41, 13 April 2015

Property Item of interface IPXV_AttachList returns Pointer to IPXC_FileSpec ...


Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

See also IPXV_AttachList.