IAFS_NamesCollection::Add Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Adds file name object to the collection
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;pName
 
;pName
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]].
+
:[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 02: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.

See Also

IAFS_NamesCollection
IAFS_Name