IAFS_NamesCollection::Add Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IAFS_NamesCollection::Add Method}} | {{#customTitle:IAFS_NamesCollection::Add Method}} | ||
{{#parentPage:PXV:IAFS_NamesCollection|Add Method|method}} | {{#parentPage:PXV:IAFS_NamesCollection|Add Method|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Adds file name object to the collection | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pName | ;pName | ||
− | :[in] Pointer to | + | :[in] Pointer to file name object's interface. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] | + | :[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] |
+ | :[[PXV:IAFS_Name|IAFS_Name]] |
Revision as of 01:24, 21 May 2015
Adds file name object to the collection
Syntax
HRESULT Add([in] IAFS_Name* pName);
Parameters
- pName
- [in] Pointer to file name object's interface.
Return Value
Returns S_OK if operation was successful or error code in other cases.