IUIX_IndexNavigatorCallbacks::IndexNav_OnGetItemText Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT IndexNav_OnGetItemText([in]   IUIX_IndexNavigator*  pIndexNav,
                               [in]   LONG                  nIndex,
                               [out]  LPWSTR*               sText,
                               [out]  LONG*                 nTextLen);

Parameters

pIndexNav
[in] Pointer to IUIX_IndexNavigator.
nIndex
[in] Value of LONG.
sText
[out] Pointer to LPWSTR.
nTextLen
[out] Pointer to LONG.

Return Value

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

See Also

IUIX_IndexNavigatorCallbacks