IUIX_CustomLabelsProvider::GetCustomLabel Method
From PDF XChange PDF SDK
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.