IAFS_NamesCollection::Item Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG | + | <pre class="brush:cpp;gutter:false">HRESULT get_Item([in] ULONG Index, |
− | [out, retval] IAFS_Name** | + | [out, retval] IAFS_Name** Name); |
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Index |
:[in] Index of the file name object, in the collection | :[in] Index of the file name object, in the collection | ||
− | ; | + | ;Name |
:[out, retval] Pointer to a buffer, that receives a pointer to the file name object's interface. | :[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]] |
Revision as of 08:43, 10 June 2015
Gets the file name object's interface, from the collection, by index.
Syntax
HRESULT get_Item([in] ULONG Index, [out, retval] IAFS_Name** Name);
Parameters
- Index
- [in] Index of the file name object, in the collection
- Name
- [out, retval] Pointer to a buffer, that receives a pointer to the file name object's interface.