IAFS_NamesCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
 
{{#parentPage:PXV:IAFS_NamesCollection|Item Property|property}}
 
{{#parentPage:PXV:IAFS_NamesCollection|Item Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Index of the file name object in the collection
 +
 
 +
 
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].

Revision as of 02:58, 21 May 2015


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

Syntax

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

Parameters

nIndex
[in] Index of the file name object in the collection


See Also

IAFS_NamesCollection.