IAFS_NamesCollection::Item Property

From PDF XChange PDF SDK
Revision as of 03:11, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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