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)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
 
{{#customTitle:IAFS_NamesCollection::Item Property}}
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Item Property|property}}
+
{{#parentPage:PXV:IAFS_NamesCollection#Properties|Item|property}}
  
 
Gets the file name object's interface, from the collection, by index.
 
Gets the file name object's interface, from the collection, by index.

Revision as of 07:50, 23 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
ppName
[out, retval] Pointer to a buffer that receives a pointer to the file name object's interface.

See Also

IAFS_NamesCollection