IUIX_CustomLabelsProvider::GetCustomLabel Method

From PDF XChange PDF SDK
Jump to: navigation, search
 
Line 20: Line 20:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CustomLabelsProvider|IUIX_CustomLabelsProvider]]
 
[[PXV:IUIX_CustomLabelsProvider|IUIX_CustomLabelsProvider]]

Latest revision as of 15:06, 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 the operation was successful, or will return an error code if it fails.

See Also

IUIX_CustomLabelsProvider