IPXV_CommentStylesManager::CloneStyle2 Method
From PDF XChange PDF SDK
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.