IUIX_Cmd::ModifyAppearance Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ModifyAppearance([in]                    LONG          nAppIndex,
                         [in]                    LONG          nModMask,
                         [in]                    IUIX_Icon*    pNewIcon,
                         [in]                    BSTR          sNewTitle,
                         [in]                    BSTR          sNewShortTitle,
                         [in]                    BSTR          sNewTip,
                         [in]                    PARAM_T       nUserData,
                         [in, defaultvalue(-1)]  VARIANT_BOOL  bUpdateItems);

Parameters

nAppIndex
[in] Value of LONG.
nModMask
[in] Value of LONG.
pNewIcon
[in] Pointer to IUIX_Icon.
sNewTitle
[in] Value of BSTR.
sNewShortTitle
[in] Value of BSTR.
sNewTip
[in] Value of BSTR.
nUserData
[in] Value of PARAM_T.
bUpdateItems
[in, defaultvalue(-1)] Value of VARIANT_BOOL.

Return Value

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

See Also

IUIX_Cmd