IAFS_NamesCollection::Add Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Add([in] IAFS_Name* | + | <pre class="brush:cpp;gutter:false">HRESULT Add([in] IAFS_Name* pName);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pName |
:[in] Pointer to file name object's interface. | :[in] Pointer to file name object's interface. | ||
Latest revision as of 02: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.