IAFS_NamesCollection::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 16: Line 16:
 
:[in]  Index of the file name object in the collection
 
:[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 ==
 
== See Also ==
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 +
:[[PXV:IAFS_Name|IAFS_Name]]

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

See Also

IAFS_NamesCollection
IAFS_Name