IPXV_CommentStylesManager::CloneStyle2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CloneStyle2([in] LONG | + | <pre class="brush:cpp;gutter:false">HRESULT CloneStyle2([in] LONG ToolID, |
− | [in] BSTR | + | [in] BSTR SrcStyleID, |
− | [in] BSTR | + | [in] BSTR NewCloneName, |
− | [in] BSTR | + | [in] BSTR NewCloneDesc, |
− | [out, retval] BSTR* | + | [out, retval] BSTR* NewStyleID);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;ToolID |
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;SrcStyleID |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;NewCloneName |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;NewCloneDesc |
:[in] Value of BSTR. | :[in] Value of BSTR. | ||
− | ; | + | ;NewStyleID |
:[out, retval] Pointer to BSTR. | :[out, retval] Pointer to BSTR. | ||
Revision as of 06:24, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT CloneStyle2([in] LONG ToolID, [in] BSTR SrcStyleID, [in] BSTR NewCloneName, [in] BSTR NewCloneDesc, [out, retval] BSTR* NewStyleID);
Parameters
- ToolID
- [in] Value of LONG.
- SrcStyleID
- [in] Value of BSTR.
- NewCloneName
- [in] Value of BSTR.
- NewCloneDesc
- [in] Value of BSTR.
- NewStyleID
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.