IUIX_CustomLabelsProvider::GetCustomLabel Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 11: Line 11:
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT GetCustomLabel([in]  LONG  nItemLabelIndex,
 
<pre class="brush:cpp;gutter:false">HRESULT GetCustomLabel([in]  LONG  nItemLabelIndex,
                       [out]  BSTR*  ppLabel);</pre>
+
                       [out]  BSTR*  sLabel);</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;nItemLabelIndex
 
;nItemLabelIndex
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
;ppLabel
+
;sLabel
 
:[out]  Pointer to BSTR.
 
:[out]  Pointer to BSTR.
  

Revision as of 04:18, 15 June 2015


The method of interface of PDF-XChange Editor SDK.

Returns a custom label for the specified item.

Syntax

HRESULT GetCustomLabel([in]   LONG   nItemLabelIndex,
                       [out]  BSTR*  sLabel);

Parameters

nItemLabelIndex
[in] Value of LONG.
sLabel
[out] Pointer to BSTR.

Return Value

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

See Also

IUIX_CustomLabelsProvider