IAFS_NamesCollection::Add Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::Add Method}}
 
{{#customTitle:IAFS_NamesCollection::Add Method}}
{{#parentPage:PXV:IAFS_NamesCollection|Add Method|method}}
+
{{#parentPage:PXV:IAFS_NamesCollection#Methods|Add|method}}
{{ToWrite}}
+
{{ToReview}}
+
  
The method of interface of PDF-XChange Editor SDK.
+
Adds file name object to the collection
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 11:
 
== Parameters ==
 
== Parameters ==
 
;pName
 
;pName
:[in]  Pointer to [[PXV:IAFS_Name|IAFS_Name]].
+
:[in]  Pointer to file name object's interface.
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, and will return an error code if it fails.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Latest revision as of 03:11, 15 June 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 the operation was successful, and will return an error code if it fails.

See Also

IAFS_NamesCollection