IAFS_NamesCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
{{#parentPage:PXV:IAFS_NamesCollection|property}}
+
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Item|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Item''' of interface [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] returns  Pointer to [[PXV:IAFS_Name|IAFS_Name]] ...
+
Gets the file name object's interface, from the collection, by index.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG nIndex, [out, retval] IAFS_Name** ppName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Item([in]           ULONG       nIndex,
 +
                [out, retval] IAFS_Name** pName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the file name object, in the collection
 +
 
 +
;pName
 +
:[out, retval]  Pointer to a buffer, that receives a pointer to the file name object's interface.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Latest revision as of 03:11, 15 June 2015

Gets the file name object's interface, from the collection, by index.

Syntax

HRESULT get_Item([in]           ULONG        nIndex,
                 [out, retval]  IAFS_Name**  pName);

Parameters

nIndex
[in] Index of the file name object, in the collection
pName
[out, retval] Pointer to a buffer, that receives a pointer to the file name object's interface.

See Also

IAFS_NamesCollection