IUIX_PropInfo::GetNamedValue Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetNamedValue([in]   LONG         nIndex,
                      [out]  BSTR*        sName,
                      [out]  IUIX_Icon**  pIcon);

Parameters

nIndex
[in] Value of LONG.
sName
[out] Pointer to BSTR.
pIcon
[out] Pointer to IUIX_Icon.

Return Value

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

See Also

IUIX_PropInfo