IPXV_CommentStylesManager::GetCustomStyleIcon Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetCustomStyleIcon([in]           LONG         nToolID,
                           [in]           BSTR         sStyleID,
                           [in]           LONG         nIconSizes,
                           [out, retval]  IUIX_Icon**  pIcon);

Parameters

nToolID
[in] Value of LONG.
sStyleID
[in] Value of BSTR.
nIconSizes
[in] Value of LONG.
pIcon
[out, retval] Pointer to IUIX_Icon.

Return Value

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

See Also

IPXV_CommentStylesManager