IAFS_NamesCollection::Add Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 20: Line 20:
 
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 
:[[PXV:IAFS_Name|IAFS_Name]]
 
:[[PXV:IAFS_Name|IAFS_Name]]
 +
:[[PXV:IAFS_FileSys|IAFS_FileSys]]

Revision as of 02:25, 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
IAFS_FileSys