IPXV_CommentStylesManager::GetNewCustomStyleUniqueName Method

From PDF XChange PDF SDK
Jump to: navigation, search
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 GetNewCustomStyleUniqueName(  LONG  nToolID,
+
<pre class="brush:cpp;gutter:false">HRESULT GetNewCustomStyleUniqueName(  LONG  ToolID,
                                       BSTR  sSrcStyleID,
+
                                       BSTR  SrcStyleID,
                                       BSTR*  sNewUniqName);</pre>
+
                                       BSTR*  NewUniqName);</pre>
  
 
== Parameters ==
 
== Parameters ==
;nToolID
+
;ToolID
 
: Value of LONG.
 
: Value of LONG.
;sSrcStyleID
+
;SrcStyleID
 
: Value of BSTR.
 
: Value of BSTR.
;sNewUniqName
+
;NewUniqName
 
: Pointer to BSTR.
 
: Pointer to BSTR.
  

Revision as of 07:24, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetNewCustomStyleUniqueName(  LONG   ToolID,
                                      BSTR   SrcStyleID,
                                      BSTR*  NewUniqName);

Parameters

ToolID
Value of LONG.
SrcStyleID
Value of BSTR.
NewUniqName
Pointer to BSTR.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_CommentStylesManager