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#Methods|Add Method|method}}
 
{{#parentPage:PXV:IAFS_NamesCollection#Methods|Add Method|method}}
{{ToReview}}
 
  
 
Adds file name object to the collection
 
Adds file name object to the collection
Line 15: Line 14:
  
 
== 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 ==

Revision as of 14:14, 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 the operation was successful, and will return an error code if it fails.

See Also

IAFS_NamesCollection
IAFS_Name
IAFS_FileSys