IPXV_CommentStylesManager::AddNewCustomStyle Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT AddNewCustomStyle([in] LONG nToolID, [in] BSTR pName, [in] BSTR pDesc, [out, retval] BSTR* ppNewStyleID);
Parameters
- nToolID
- [in] Value of LONG.
- pName
- [in] Value of BSTR.
- pDesc
- [in] Value of BSTR.
- ppNewStyleID
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.